Title: [250486] trunk/Source/_javascript_Core
Revision
250486
Author
ape...@igalia.com
Date
2019-09-28 17:48:26 -0700 (Sat, 28 Sep 2019)

Log Message

[GTK][WPE] Fix non-unified build issue caused by r250440
https://bugs.webkit.org/show_bug.cgi?id=202349

Reviewed by Mark Lam.

* dfg/DFGOSRExit.cpp: Add missing inclusion of the BytecodeUseDef.h header.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (250485 => 250486)


--- trunk/Source/_javascript_Core/ChangeLog	2019-09-29 00:26:13 UTC (rev 250485)
+++ trunk/Source/_javascript_Core/ChangeLog	2019-09-29 00:48:26 UTC (rev 250486)
@@ -1,3 +1,12 @@
+2019-09-28  Adrian Perez de Castro  <ape...@igalia.com>
+
+        [GTK][WPE] Fix non-unified build issue caused by r250440
+        https://bugs.webkit.org/show_bug.cgi?id=202349
+
+        Reviewed by Mark Lam.
+
+        * dfg/DFGOSRExit.cpp: Add missing inclusion of the BytecodeUseDef.h header.
+
 2019-09-27  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Keep JSString::value(ExecState*)'s result as String instead of `const String&`

Modified: trunk/Source/_javascript_Core/dfg/DFGOSRExit.cpp (250485 => 250486)


--- trunk/Source/_javascript_Core/dfg/DFGOSRExit.cpp	2019-09-29 00:26:13 UTC (rev 250485)
+++ trunk/Source/_javascript_Core/dfg/DFGOSRExit.cpp	2019-09-29 00:48:26 UTC (rev 250486)
@@ -29,6 +29,7 @@
 #if ENABLE(DFG_JIT)
 
 #include "AssemblyHelpers.h"
+#include "BytecodeUseDef.h"
 #include "ClonedArguments.h"
 #include "DFGGraph.h"
 #include "DFGMayExit.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to