Ignore:
Timestamp:
May 19, 2020, 4:56:00 PM (5 years ago)
Author:
Ross Kirsling
Message:

REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
https://bugs.webkit.org/show_bug.cgi?id=212111

Unreviewed build fix.

  • API/:
  • bindings/:
  • bytecode/:
  • bytecompiler/NodesCodegen.cpp:
  • debugger/:
  • dfg/:
  • heap/:
  • inspector/:
  • interpreter/:
  • jit/:
  • llint/LLIntEntrypoint.cpp:
  • parser/:
  • profiler/:
  • runtime/:

Restore *Inlines.h includes for >300 files,
but try to preserve the spirit of the original patch by pruning redundancies along the way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp

    r261755 r261895  
    2828#include "CallFrame.h"
    2929#include "CatchScope.h"
    30 #include "Exception.h"
    3130#include "IndirectEvalExecutable.h"
    3231#include "Interpreter.h"
    3332#include "IntlDateTimeFormat.h"
    34 #include "JSGlobalObject.h"
     33#include "JSCInlines.h"
    3534#include "JSInternalPromise.h"
    3635#include "JSModuleLoader.h"
    3736#include "JSPromise.h"
    38 #include "JSString.h"
    3937#include "Lexer.h"
    4038#include "LiteralParser.h"
Note: See TracChangeset for help on using the changeset viewer.