Title: [210849] trunk/Source/_javascript_Core
Revision
210849
Author
o...@webkit.org
Date
2017-01-18 02:24:49 -0800 (Wed, 18 Jan 2017)

Log Message

Fix the JSCOnly build after r210844
https://bugs.webkit.org/show_bug.cgi?id=167155

Unreviewed buildfix.


* heap/EdenGCActivityCallback.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (210848 => 210849)


--- trunk/Source/_javascript_Core/ChangeLog	2017-01-18 09:05:37 UTC (rev 210848)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-01-18 10:24:49 UTC (rev 210849)
@@ -1,3 +1,12 @@
+2017-01-18  Csaba Osztrogonác  <o...@webkit.org>
+
+        Fix the JSCOnly build after r210844
+        https://bugs.webkit.org/show_bug.cgi?id=167155
+
+        Unreviewed buildfix.
+
+        * heap/EdenGCActivityCallback.cpp:
+
 2017-01-16  Filip Pizlo  <fpi...@apple.com>
 
         Make opaque root scanning truly constraint-based

Modified: trunk/Source/_javascript_Core/heap/EdenGCActivityCallback.cpp (210848 => 210849)


--- trunk/Source/_javascript_Core/heap/EdenGCActivityCallback.cpp	2017-01-18 09:05:37 UTC (rev 210848)
+++ trunk/Source/_javascript_Core/heap/EdenGCActivityCallback.cpp	2017-01-18 10:24:49 UTC (rev 210849)
@@ -25,6 +25,7 @@
 
 #include "config.h"
 #include "EdenGCActivityCallback.h"
+#include "HeapInlines.h"
 
 #include "VM.h"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to