Title: [261798] trunk/Source/_javascript_Core
Revision
261798
Author
ysuz...@apple.com
Date
2020-05-17 22:37:33 -0700 (Sun, 17 May 2020)

Log Message

Unreviewed, link fix for our internal Debug build

* heap/AlignedMemoryAllocator.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (261797 => 261798)


--- trunk/Source/_javascript_Core/ChangeLog	2020-05-18 05:15:07 UTC (rev 261797)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-05-18 05:37:33 UTC (rev 261798)
@@ -1,3 +1,9 @@
+2020-05-17  Yusuke Suzuki  <ysuz...@apple.com>
+
+        Unreviewed, link fix for our internal Debug build
+
+        * heap/AlignedMemoryAllocator.cpp:
+
 2020-05-17  Lauro Moura  <lmo...@igalia.com>
 
         [JSC] Silence unused-but-set-parameter warnings for older compilers

Modified: trunk/Source/_javascript_Core/heap/AlignedMemoryAllocator.cpp (261797 => 261798)


--- trunk/Source/_javascript_Core/heap/AlignedMemoryAllocator.cpp	2020-05-18 05:15:07 UTC (rev 261797)
+++ trunk/Source/_javascript_Core/heap/AlignedMemoryAllocator.cpp	2020-05-18 05:37:33 UTC (rev 261798)
@@ -27,7 +27,7 @@
 #include "AlignedMemoryAllocator.h"
 
 #include "BlockDirectory.h"
-#include "Heap.h"
+#include "HeapInlines.h"
 #include "Subspace.h"
 
 namespace JSC { 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to