Title: [183163] trunk/Source/_javascript_Core
Revision
183163
Author
[email protected]
Date
2015-04-22 19:40:24 -0700 (Wed, 22 Apr 2015)

Log Message

Unreviewed, fix debug build.

* dfg/DFGGraph.h:
(JSC::DFG::Graph::performSubstitutionForEdge):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (183162 => 183163)


--- trunk/Source/_javascript_Core/ChangeLog	2015-04-23 02:36:08 UTC (rev 183162)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-04-23 02:40:24 UTC (rev 183163)
@@ -1,5 +1,12 @@
 2015-04-22  Filip Pizlo  <[email protected]>
 
+        Unreviewed, fix debug build.
+
+        * dfg/DFGGraph.h:
+        (JSC::DFG::Graph::performSubstitutionForEdge):
+
+2015-04-22  Filip Pizlo  <[email protected]>
+
         Nodes should have an optional epoch field
         https://bugs.webkit.org/show_bug.cgi?id=144084
 

Modified: trunk/Source/_javascript_Core/dfg/DFGGraph.h (183162 => 183163)


--- trunk/Source/_javascript_Core/dfg/DFGGraph.h	2015-04-23 02:36:08 UTC (rev 183162)
+++ trunk/Source/_javascript_Core/dfg/DFGGraph.h	2015-04-23 02:40:24 UTC (rev 183163)
@@ -170,7 +170,7 @@
         
         // There is definitely a replacement. Assert that the replacement does not
         // have a replacement.
-        ASSERT(!child->replacement);
+        ASSERT(!child->replacement());
     }
     
     template<typename... Params>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to