Title: [119667] trunk/Source/_javascript_Core
Revision
119667
Author
[email protected]
Date
2012-06-06 19:47:14 -0700 (Wed, 06 Jun 2012)

Log Message

Chromium build fix attempt. Why do we need to list these files in gyp!?

* _javascript_Core.gypi:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (119666 => 119667)


--- trunk/Source/_javascript_Core/ChangeLog	2012-06-07 02:40:39 UTC (rev 119666)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-06-07 02:47:14 UTC (rev 119667)
@@ -1,3 +1,9 @@
+2012-06-06  Ryosuke Niwa  <[email protected]>
+
+        Chromium build fix attempt. Why do we need to list these files in gyp!?
+
+        * _javascript_Core.gypi:
+
 2012-06-06  Filip Pizlo  <[email protected]>
 
         PredictedType should be called SpeculatedType

Modified: trunk/Source/_javascript_Core/_javascript_Core.gypi (119666 => 119667)


--- trunk/Source/_javascript_Core/_javascript_Core.gypi	2012-06-07 02:40:39 UTC (rev 119666)
+++ trunk/Source/_javascript_Core/_javascript_Core.gypi	2012-06-07 02:47:14 UTC (rev 119667)
@@ -364,7 +364,7 @@
             'bytecode/MethodOfGettingAValueProfile.cpp',
             'bytecode/Opcode.cpp',
             'bytecode/PolymorphicPutByIdList.cpp',
-            'bytecode/PredictedType.cpp',
+            'bytecode/SpeculatedType.cpp',
             'bytecode/PutByIdStatus.cpp',
             'bytecode/SamplingTool.cpp',
             'bytecode/StructureStubInfo.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to