Title: [151333] branches/dfgFourthTier/Source/_javascript_Core
Revision
151333
Author
[email protected]
Date
2013-06-07 13:25:37 -0700 (Fri, 07 Jun 2013)

Log Message

Unreviewed, fix release build.

* ftl/FTLLink.cpp:

Modified Paths

Diff

Modified: branches/dfgFourthTier/Source/_javascript_Core/ChangeLog (151332 => 151333)


--- branches/dfgFourthTier/Source/_javascript_Core/ChangeLog	2013-06-07 20:16:41 UTC (rev 151332)
+++ branches/dfgFourthTier/Source/_javascript_Core/ChangeLog	2013-06-07 20:25:37 UTC (rev 151333)
@@ -1,3 +1,9 @@
+2013-06-07  Filip Pizlo  <[email protected]>
+
+        Unreviewed, fix release build.
+
+        * ftl/FTLLink.cpp:
+
 2013-06-07  Mark Lam  <[email protected]>
 
         32-bit CallFrame::Location should use Instruction* for BytecodeLocation, not bytecodeOffset.

Modified: branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLLink.cpp (151332 => 151333)


--- branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLLink.cpp	2013-06-07 20:16:41 UTC (rev 151332)
+++ branches/dfgFourthTier/Source/_javascript_Core/ftl/FTLLink.cpp	2013-06-07 20:25:37 UTC (rev 151333)
@@ -28,6 +28,7 @@
 
 #if ENABLE(FTL_JIT)
 
+#include "CallFrameInlines.h"
 #include "CodeBlockWithJITType.h"
 #include "DFGCCallHelpers.h"
 #include "DFGCommon.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to