Title: [215761] trunk/Source/_javascript_Core
Revision
215761
Author
sbar...@apple.com
Date
2017-04-25 14:21:41 -0700 (Tue, 25 Apr 2017)

Log Message

Unreviewed. Attempt armv7k build fix after r215720

I think we're just missing an include for the definition of ExecState::r().

* runtime/JSFixedArray.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (215760 => 215761)


--- trunk/Source/_javascript_Core/ChangeLog	2017-04-25 21:21:05 UTC (rev 215760)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-04-25 21:21:41 UTC (rev 215761)
@@ -1,3 +1,11 @@
+2017-04-25  Saam Barati  <sbar...@apple.com>
+
+        Unreviewed. Attempt armv7k build fix after r215720
+
+        I think we're just missing an include for the definition of ExecState::r().
+
+        * runtime/JSFixedArray.cpp:
+
 2017-04-25  Daniel Bates  <daba...@apple.com>
 
         [Cocoa][Win] Enable of X-Content-Type-Options: nosniff header

Modified: trunk/Source/_javascript_Core/runtime/JSFixedArray.cpp (215760 => 215761)


--- trunk/Source/_javascript_Core/runtime/JSFixedArray.cpp	2017-04-25 21:21:05 UTC (rev 215760)
+++ trunk/Source/_javascript_Core/runtime/JSFixedArray.cpp	2017-04-25 21:21:41 UTC (rev 215761)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "JSFixedArray.h"
 
+#include "CodeBlock.h"
 #include "JSCInlines.h"
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to