Title: [106049] trunk/Source/_javascript_Core
Revision
106049
Author
[email protected]
Date
2012-01-26 14:55:26 -0800 (Thu, 26 Jan 2012)

Log Message

Fix build when VERBOSE_SPECULATION_FAILURE is enabled in DFG
https://bugs.webkit.org/show_bug.cgi?id=77104

Reviewed by Filip Pizlo.

* dfg/DFGOperations.cpp:
():

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (106048 => 106049)


--- trunk/Source/_javascript_Core/ChangeLog	2012-01-26 22:46:53 UTC (rev 106048)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-01-26 22:55:26 UTC (rev 106049)
@@ -1,3 +1,13 @@
+2012-01-26  Peter Varga  <[email protected]>
+
+        Fix build when VERBOSE_SPECULATION_FAILURE is enabled in DFG
+        https://bugs.webkit.org/show_bug.cgi?id=77104
+
+        Reviewed by Filip Pizlo.
+
+        * dfg/DFGOperations.cpp:
+        ():
+
 2012-01-26  Michael Saboff  <[email protected]>
 
         String::latin1() should take advantage of 8 bit strings

Modified: trunk/Source/_javascript_Core/dfg/DFGOperations.cpp (106048 => 106049)


--- trunk/Source/_javascript_Core/dfg/DFGOperations.cpp	2012-01-26 22:46:53 UTC (rev 106048)
+++ trunk/Source/_javascript_Core/dfg/DFGOperations.cpp	2012-01-26 22:55:26 UTC (rev 106049)
@@ -1009,7 +1009,7 @@
 }
 
 #if DFG_ENABLE(VERBOSE_SPECULATION_FAILURE)
-void DFG_OPERATION debugOperationPrintSpeculationFailure(ExecState*, void* debugInfoRaw)
+void DFG_OPERATION debugOperationPrintSpeculationFailure(ExecState* exec, void* debugInfoRaw)
 {
     JSGlobalData* globalData = &exec->globalData();
     NativeCallFrameTracer tracer(globalData, exec);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to