Title: [154827] trunk/Source/_javascript_Core
Revision
154827
Author
[email protected]
Date
2013-08-29 11:43:21 -0700 (Thu, 29 Aug 2013)

Log Message

Gardening: fixed broken non-DFG build.
https://bugs.webkit.org/show_bug.cgi?id=120481.

Not reviewed.

* interpreter/StackIterator.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (154826 => 154827)


--- trunk/Source/_javascript_Core/ChangeLog	2013-08-29 18:38:44 UTC (rev 154826)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-08-29 18:43:21 UTC (rev 154827)
@@ -1,3 +1,12 @@
+2013-08-29  Mark Lam  <[email protected]>
+
+        Gardening: fixed broken non-DFG build.
+        https://bugs.webkit.org/show_bug.cgi?id=120481.
+
+        Not reviewed.
+
+        * interpreter/StackIterator.h:
+
 2013-08-29  Filip Pizlo  <[email protected]>
 
         CodeBlock compilation and installation should be simplified and rationalized

Modified: trunk/Source/_javascript_Core/interpreter/StackIterator.h (154826 => 154827)


--- trunk/Source/_javascript_Core/interpreter/StackIterator.h	2013-08-29 18:38:44 UTC (rev 154826)
+++ trunk/Source/_javascript_Core/interpreter/StackIterator.h	2013-08-29 18:43:21 UTC (rev 154827)
@@ -87,9 +87,7 @@
         ~Frame() { }
 
         void retrieveExpressionInfo(int& divot, int& startOffset, int& endOffset, unsigned& line, unsigned& column);
-#if ENABLE(DFG_JIT)
         void setToEnd();
-#endif
 
         size_t m_argumentCountIncludingThis;
         CallFrame* m_callerFrame;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to