Title: [169885] trunk/Source/_javascript_Core
Revision
169885
Author
[email protected]
Date
2014-06-12 01:01:57 -0700 (Thu, 12 Jun 2014)

Log Message

[EFL] One more URTBF after r169823 to make ARM64 build happy too.

* runtime/JSMap.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (169884 => 169885)


--- trunk/Source/_javascript_Core/ChangeLog	2014-06-12 07:37:41 UTC (rev 169884)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-06-12 08:01:57 UTC (rev 169885)
@@ -1,3 +1,9 @@
+2014-06-12  Csaba Osztrogonác  <[email protected]>
+
+        [EFL] One more URTBF after r169823 to make ARM64 build happy too.
+
+        * runtime/JSMap.cpp:
+
 2014-06-11  Mark Hahnenberg  <[email protected]>
 
         Inline caching should try to flatten uncacheable dictionaries

Modified: trunk/Source/_javascript_Core/runtime/JSMap.cpp (169884 => 169885)


--- trunk/Source/_javascript_Core/runtime/JSMap.cpp	2014-06-12 07:37:41 UTC (rev 169884)
+++ trunk/Source/_javascript_Core/runtime/JSMap.cpp	2014-06-12 08:01:57 UTC (rev 169885)
@@ -29,6 +29,7 @@
 #include "JSCJSValueInlines.h"
 #include "MapData.h"
 #include "SlotVisitorInlines.h"
+#include "StructureInlines.h"
 
 namespace JSC {
     
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to