Title: [165232] trunk/Source/_javascript_Core
Revision
165232
Author
[email protected]
Date
2014-03-06 16:54:34 -0800 (Thu, 06 Mar 2014)

Log Message

Fix FTL build.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (165231 => 165232)


--- trunk/Source/_javascript_Core/ChangeLog	2014-03-07 00:49:52 UTC (rev 165231)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-03-07 00:54:34 UTC (rev 165232)
@@ -1,3 +1,10 @@
+2014-03-06  Oliver Hunt  <[email protected]>
+
+        Fix FTL build.
+
+        * dfg/DFGConstantFoldingPhase.cpp:
+        (JSC::DFG::ConstantFoldingPhase::foldConstants):
+
 2014-03-06  Brent Fulgham  <[email protected]>
 
         Unreviewed build fix after r165128.

Modified: trunk/Source/_javascript_Core/dfg/DFGConstantFoldingPhase.cpp (165231 => 165232)


--- trunk/Source/_javascript_Core/dfg/DFGConstantFoldingPhase.cpp	2014-03-07 00:49:52 UTC (rev 165231)
+++ trunk/Source/_javascript_Core/dfg/DFGConstantFoldingPhase.cpp	2014-03-07 00:54:34 UTC (rev 165232)
@@ -224,7 +224,6 @@
             }
                 
             case PutById:
-            case PutByIdFlush:
             case PutByIdDirect: {
                 NodeOrigin origin = node->origin;
                 Edge childEdge = node->child1();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to