Title: [206482] trunk/Source/_javascript_Core
Revision
206482
Author
[email protected]
Date
2016-09-27 18:11:07 -0700 (Tue, 27 Sep 2016)

Log Message

Missing Atomics.h include in MarkedBlock.h
https://bugs.webkit.org/show_bug.cgi?id=162648

Missing include from my previous patch.

Reviewed by Yusuke Suzuki.

* heap/MarkedBlock.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (206481 => 206482)


--- trunk/Source/_javascript_Core/ChangeLog	2016-09-28 01:06:57 UTC (rev 206481)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-09-28 01:11:07 UTC (rev 206482)
@@ -1,3 +1,14 @@
+2016-09-27  JF Bastien  <[email protected]>
+
+        Missing Atomics.h include in MarkedBlock.h
+        https://bugs.webkit.org/show_bug.cgi?id=162648
+
+        Missing include from my previous patch.
+
+        Reviewed by Yusuke Suzuki.
+
+        * heap/MarkedBlock.h:
+
 2016-09-27  Mark Lam  <[email protected]>
 
         createError() and JSObject::calculatedClassName() should not throw any exceptions.

Modified: trunk/Source/_javascript_Core/heap/MarkedBlock.h (206481 => 206482)


--- trunk/Source/_javascript_Core/heap/MarkedBlock.h	2016-09-28 01:06:57 UTC (rev 206481)
+++ trunk/Source/_javascript_Core/heap/MarkedBlock.h	2016-09-28 01:11:07 UTC (rev 206482)
@@ -29,6 +29,7 @@
 #include "HeapOperation.h"
 #include "IterationStatus.h"
 #include "WeakSet.h"
+#include <wtf/Atomics.h>
 #include <wtf/Bitmap.h>
 #include <wtf/DataLog.h>
 #include <wtf/DoublyLinkedList.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to