Title: [222565] trunk/Source/_javascript_Core
Revision
222565
Author
[email protected]
Date
2017-09-27 11:54:39 -0700 (Wed, 27 Sep 2017)

Log Message

Unreviewed, build fix after r222563
https://bugs.webkit.org/show_bug.cgi?id=175823

* runtime/JSArrayInlines.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (222564 => 222565)


--- trunk/Source/_javascript_Core/ChangeLog	2017-09-27 18:51:12 UTC (rev 222564)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-09-27 18:54:39 UTC (rev 222565)
@@ -1,5 +1,12 @@
 2017-09-27  Yusuke Suzuki  <[email protected]>
 
+        Unreviewed, build fix after r222563
+        https://bugs.webkit.org/show_bug.cgi?id=175823
+
+        * runtime/JSArrayInlines.h:
+
+2017-09-27  Yusuke Suzuki  <[email protected]>
+
         Add Above/Below comparisons for UInt32 patterns
         https://bugs.webkit.org/show_bug.cgi?id=177281
 

Modified: trunk/Source/_javascript_Core/runtime/JSArrayInlines.h (222564 => 222565)


--- trunk/Source/_javascript_Core/runtime/JSArrayInlines.h	2017-09-27 18:51:12 UTC (rev 222564)
+++ trunk/Source/_javascript_Core/runtime/JSArrayInlines.h	2017-09-27 18:54:39 UTC (rev 222565)
@@ -19,6 +19,7 @@
 
 #pragma once
 
+#include "Error.h"
 #include "JSArray.h"
 #include "JSCellInlines.h"
 #include "Structure.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to