Title: [232411] trunk/Source/_javascript_Core
Revision
232411
Author
wenson_hs...@apple.com
Date
2018-06-01 13:13:15 -0700 (Fri, 01 Jun 2018)

Log Message

Fix the watchOS build after r232385
https://bugs.webkit.org/show_bug.cgi?id=186203

Reviewed by Keith Miller.

Add a missing header include for JSImmutableButterfly.

* runtime/ArrayPrototype.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (232410 => 232411)


--- trunk/Source/_javascript_Core/ChangeLog	2018-06-01 20:13:08 UTC (rev 232410)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-06-01 20:13:15 UTC (rev 232411)
@@ -1,3 +1,14 @@
+2018-06-01  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Fix the watchOS build after r232385
+        https://bugs.webkit.org/show_bug.cgi?id=186203
+
+        Reviewed by Keith Miller.
+
+        Add a missing header include for JSImmutableButterfly.
+
+        * runtime/ArrayPrototype.cpp:
+
 2018-05-29  Yusuke Suzuki  <utatane....@gmail.com>
 
         [JSC] Add Symbol.prototype.description getter

Modified: trunk/Source/_javascript_Core/runtime/ArrayPrototype.cpp (232410 => 232411)


--- trunk/Source/_javascript_Core/runtime/ArrayPrototype.cpp	2018-06-01 20:13:08 UTC (rev 232410)
+++ trunk/Source/_javascript_Core/runtime/ArrayPrototype.cpp	2018-06-01 20:13:15 UTC (rev 232411)
@@ -36,6 +36,7 @@
 #include "JSArrayInlines.h"
 #include "JSCBuiltins.h"
 #include "JSCInlines.h"
+#include "JSImmutableButterfly.h"
 #include "JSStringJoiner.h"
 #include "Lookup.h"
 #include "ObjectConstructor.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to