Title: [140226] trunk/Source/_javascript_Core
Revision
140226
Author
[email protected]
Date
2013-01-18 17:47:47 -0800 (Fri, 18 Jan 2013)

Log Message

Unreviewed build fix for release builds when DFG_ENABLE_DEBUG_PROPAGATION_VERBOSE is set to 1 in DFGCommon.h.

* dfg/DFGCFAPhase.cpp: Added #include "Operations.h"

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (140225 => 140226)


--- trunk/Source/_javascript_Core/ChangeLog	2013-01-19 01:42:16 UTC (rev 140225)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-01-19 01:47:47 UTC (rev 140226)
@@ -1,5 +1,11 @@
 2013-01-18  Michael Saboff  <[email protected]>
 
+        Unreviewed build fix for release builds when DFG_ENABLE_DEBUG_PROPAGATION_VERBOSE is set to 1 in DFGCommon.h.
+
+        * dfg/DFGCFAPhase.cpp: Added #include "Operations.h"
+
+2013-01-18  Michael Saboff  <[email protected]>
+
         Change set r140201 broke editing/selection/move-by-word-visually-multi-line.html
         https://bugs.webkit.org/show_bug.cgi?id=107340
 

Modified: trunk/Source/_javascript_Core/dfg/DFGCFAPhase.cpp (140225 => 140226)


--- trunk/Source/_javascript_Core/dfg/DFGCFAPhase.cpp	2013-01-19 01:42:16 UTC (rev 140225)
+++ trunk/Source/_javascript_Core/dfg/DFGCFAPhase.cpp	2013-01-19 01:47:47 UTC (rev 140226)
@@ -31,6 +31,7 @@
 #include "DFGAbstractState.h"
 #include "DFGGraph.h"
 #include "DFGPhase.h"
+#include "Operations.h"
 
 namespace JSC { namespace DFG {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to