Title: [171978] branches/safari-600.1.4-branch/Source/_javascript_Core
Revision
171978
Author
[email protected]
Date
2014-08-03 00:43:03 -0700 (Sun, 03 Aug 2014)

Log Message

Merged r171949. <rdar://problem/17888408>

Modified Paths

Diff

Modified: branches/safari-600.1.4-branch/Source/_javascript_Core/ChangeLog (171977 => 171978)


--- branches/safari-600.1.4-branch/Source/_javascript_Core/ChangeLog	2014-08-03 07:40:51 UTC (rev 171977)
+++ branches/safari-600.1.4-branch/Source/_javascript_Core/ChangeLog	2014-08-03 07:43:03 UTC (rev 171978)
@@ -1,5 +1,15 @@
 2014-08-03  Babak Shafiei  <[email protected]>
 
+        Merge r171949.
+
+    2014-08-01  Csaba Osztrogonác  <[email protected]>
+
+            URTBF after r171946 to fix non-Apple builds.
+
+            * bytecode/InlineCallFrameSet.cpp:
+
+2014-08-03  Babak Shafiei  <[email protected]>
+
         Merge r171946.
 
     2014-08-01  Mark Hahnenberg  <[email protected]>

Modified: branches/safari-600.1.4-branch/Source/_javascript_Core/bytecode/InlineCallFrameSet.cpp (171977 => 171978)


--- branches/safari-600.1.4-branch/Source/_javascript_Core/bytecode/InlineCallFrameSet.cpp	2014-08-03 07:40:51 UTC (rev 171977)
+++ branches/safari-600.1.4-branch/Source/_javascript_Core/bytecode/InlineCallFrameSet.cpp	2014-08-03 07:43:03 UTC (rev 171978)
@@ -25,6 +25,7 @@
 
 #include "config.h"
 #include "InlineCallFrameSet.h"
+#include "JSCInlines.h"
 
 namespace JSC {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to