Title: [102057] trunk/Source/_javascript_Core
Revision
102057
Author
[email protected]
Date
2011-12-05 15:50:15 -0800 (Mon, 05 Dec 2011)

Log Message

Unreviewed build fix for non-DFG platforms.

* dfg/DFGRepatch.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (102056 => 102057)


--- trunk/Source/_javascript_Core/ChangeLog	2011-12-05 23:48:47 UTC (rev 102056)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-12-05 23:50:15 UTC (rev 102057)
@@ -1,5 +1,11 @@
 2011-12-05  Filip Pizlo  <[email protected]>
 
+        Unreviewed build fix for non-DFG platforms.
+
+        * dfg/DFGRepatch.h:
+
+2011-12-05  Filip Pizlo  <[email protected]>
+
         Old JIT emits 32-bit offsets for put_by_id but sometimes patches them as if they
         were compact offsets
         https://bugs.webkit.org/show_bug.cgi?id=73861

Modified: trunk/Source/_javascript_Core/dfg/DFGRepatch.h (102056 => 102057)


--- trunk/Source/_javascript_Core/dfg/DFGRepatch.h	2011-12-05 23:48:47 UTC (rev 102056)
+++ trunk/Source/_javascript_Core/dfg/DFGRepatch.h	2011-12-05 23:50:15 UTC (rev 102057)
@@ -50,7 +50,7 @@
 namespace JSC {
 
 class RepatchBuffer;
-class StructureStubInfo;
+struct StructureStubInfo;
 
 namespace DFG {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to