Title: [262610] trunk/Source/_javascript_Core
Revision
262610
Author
pma...@igalia.com
Date
2020-06-05 03:04:14 -0700 (Fri, 05 Jun 2020)

Log Message

Fix includes to fix latest non-unified builds breakages
https://bugs.webkit.org/show_bug.cgi?id=212802

Reviewed by Adrian Perez de Castro.

* dfg/DFGDoesGCCheck.cpp:
* runtime/JSDateMath.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (262609 => 262610)


--- trunk/Source/_javascript_Core/ChangeLog	2020-06-05 09:21:37 UTC (rev 262609)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-06-05 10:04:14 UTC (rev 262610)
@@ -1,3 +1,13 @@
+2020-06-05  Paulo Matos  <pma...@igalia.com>
+
+        Fix includes to fix latest non-unified builds breakages
+        https://bugs.webkit.org/show_bug.cgi?id=212802
+
+        Reviewed by Adrian Perez de Castro.
+
+        * dfg/DFGDoesGCCheck.cpp:
+        * runtime/JSDateMath.h:
+
 2020-06-04  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Report extra memory allocation from PropertyTable

Modified: trunk/Source/_javascript_Core/dfg/DFGDoesGCCheck.cpp (262609 => 262610)


--- trunk/Source/_javascript_Core/dfg/DFGDoesGCCheck.cpp	2020-06-05 09:21:37 UTC (rev 262609)
+++ trunk/Source/_javascript_Core/dfg/DFGDoesGCCheck.cpp	2020-06-05 10:04:14 UTC (rev 262610)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "DFGDoesGCCheck.h"
 
-#include "CallFrame.h"
+#include "CallFrameInlines.h"
 #include "CodeBlock.h"
 #include "DFGNodeType.h"
 #include "Heap.h"

Modified: trunk/Source/_javascript_Core/runtime/JSDateMath.h (262609 => 262610)


--- trunk/Source/_javascript_Core/runtime/JSDateMath.h	2020-06-05 09:21:37 UTC (rev 262609)
+++ trunk/Source/_javascript_Core/runtime/JSDateMath.h	2020-06-05 10:04:14 UTC (rev 262610)
@@ -42,6 +42,7 @@
 
 #pragma once
 
+#include "VMInlines.h"
 #include <wtf/DateMath.h>
 #include <wtf/GregorianDateTime.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to