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/bytecompiler/NodesCodegen.cpp

    r261780 r261895  
    3232#include "BytecodeGenerator.h"
    3333#include "BytecodeGeneratorBaseInlines.h"
    34 #include "CallFrame.h"
    3534#include "JSArrayIterator.h"
    3635#include "JSAsyncGenerator.h"
     36#include "JSCInlines.h"
    3737#include "JSGenerator.h"
    3838#include "JSImmutableButterfly.h"
     
    4444#include "ModuleScopeData.h"
    4545#include "StackAlignment.h"
     46#include "UnlinkedMetadataTableInlines.h"
    4647#include "YarrFlags.h"
    4748#include <wtf/Assertions.h>
Note: See TracChangeset for help on using the changeset viewer.