Title: [234438] trunk/Source/_javascript_Core
Revision
234438
Author
[email protected]
Date
2018-07-31 13:24:21 -0700 (Tue, 31 Jul 2018)

Log Message

Unreviewed 32-bit build fix...

* dfg/DFGSpeculativeJIT32_64.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (234437 => 234438)


--- trunk/Source/_javascript_Core/ChangeLog	2018-07-31 20:21:50 UTC (rev 234437)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-07-31 20:24:21 UTC (rev 234438)
@@ -1,5 +1,11 @@
 2018-07-31  Keith Miller  <[email protected]>
 
+        Unreviewed 32-bit build fix...
+
+        * dfg/DFGSpeculativeJIT32_64.cpp:
+
+2018-07-31  Keith Miller  <[email protected]>
+
         Long compiling JSC files should not be unified
         https://bugs.webkit.org/show_bug.cgi?id=188205
 

Modified: trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT32_64.cpp (234437 => 234438)


--- trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT32_64.cpp	2018-07-31 20:21:50 UTC (rev 234437)
+++ trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT32_64.cpp	2018-07-31 20:24:21 UTC (rev 234438)
@@ -44,6 +44,7 @@
 #include "ObjectPrototype.h"
 #include "JSCInlines.h"
 #include "SetupVarargsFrame.h"
+#include "SuperSampler.h"
 #include "Watchdog.h"
 
 namespace JSC { namespace DFG {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to