Title: [232076] trunk/Source/_javascript_Core
Revision
232076
Author
keith_mil...@apple.com
Date
2018-05-22 12:55:03 -0700 (Tue, 22 May 2018)

Log Message

Unreviewed, fix internal build.

* runtime/JSImmutableButterfly.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (232075 => 232076)


--- trunk/Source/_javascript_Core/ChangeLog	2018-05-22 19:47:39 UTC (rev 232075)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-05-22 19:55:03 UTC (rev 232076)
@@ -1,3 +1,9 @@
+2018-05-22  Keith Miller  <keith_mil...@apple.com>
+
+        Unreviewed, fix internal build.
+
+        * runtime/JSImmutableButterfly.cpp:
+
 2018-05-22  Saam Barati  <sbar...@apple.com>
 
         DFG::LICMPhase should attempt to hoist edge type checks if hoisting the whole node fails

Modified: trunk/Source/_javascript_Core/runtime/JSImmutableButterfly.cpp (232075 => 232076)


--- trunk/Source/_javascript_Core/runtime/JSImmutableButterfly.cpp	2018-05-22 19:47:39 UTC (rev 232075)
+++ trunk/Source/_javascript_Core/runtime/JSImmutableButterfly.cpp	2018-05-22 19:55:03 UTC (rev 232076)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "JSImmutableButterfly.h"
 
+#include "CodeBlock.h"
+
 namespace JSC {
 
 const ClassInfo JSImmutableButterfly::s_info = { "Immutable Butterfly", nullptr, nullptr, nullptr, CREATE_METHOD_TABLE(JSImmutableButterfly) };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to