commit | e257a3ba5925f2a4cc2c48199234541fc0b1758e | [log] [tgz] |
---|---|---|
author | ross.kirsling@sony.com <ross.kirsling@sony.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue May 19 23:56:00 2020 +0000 |
committer | ross.kirsling@sony.com <ross.kirsling@sony.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue May 19 23:56:00 2020 +0000 |
tree | b83672c07fabd7e27c854952d916469b8d40ef1e | |
parent | 78b009f389b2ea4db798d5422c6152db1f9ed34a [diff] [blame] |
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@261895 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp b/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp index f8017c7..6fdad84 100644 --- a/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp +++ b/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp
@@ -27,6 +27,7 @@ #include "PutByIdVariant.h" #include "CallLinkStatus.h" +#include "HeapInlines.h" namespace JSC {