Title: [171949] trunk/Source/_javascript_Core
Revision
171949
Author
[email protected]
Date
2014-08-01 13:58:19 -0700 (Fri, 01 Aug 2014)

Log Message

URTBF after r171946 to fix non-Apple builds.

* bytecode/InlineCallFrameSet.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (171948 => 171949)


--- trunk/Source/_javascript_Core/ChangeLog	2014-08-01 20:46:28 UTC (rev 171948)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-08-01 20:58:19 UTC (rev 171949)
@@ -1,3 +1,9 @@
+2014-08-01  Csaba Osztrogonác  <[email protected]>
+
+        URTBF after r171946 to fix non-Apple builds.
+
+        * bytecode/InlineCallFrameSet.cpp:
+
 2014-08-01  Mark Hahnenberg  <[email protected]>
 
         CodeBlock fails to visit the Executables of its InlineCallFrames

Modified: trunk/Source/_javascript_Core/bytecode/InlineCallFrameSet.cpp (171948 => 171949)


--- trunk/Source/_javascript_Core/bytecode/InlineCallFrameSet.cpp	2014-08-01 20:46:28 UTC (rev 171948)
+++ trunk/Source/_javascript_Core/bytecode/InlineCallFrameSet.cpp	2014-08-01 20:58:19 UTC (rev 171949)
@@ -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