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/parser/ModuleAnalyzer.cpp

    r261755 r261895  
    2727#include "ModuleAnalyzer.h"
    2828
     29#include "IdentifierInlines.h"
    2930#include "JSGlobalObject.h"
    3031#include "JSModuleRecord.h"
     
    3334
    3435namespace JSC {
    35 
    3636
    3737ModuleAnalyzer::ModuleAnalyzer(JSGlobalObject* globalObject, const Identifier& moduleKey, const SourceCode& sourceCode, const VariableEnvironment& declaredVariables, const VariableEnvironment& lexicalVariables)
Note: See TracChangeset for help on using the changeset viewer.