Title: [119848] trunk/Source/WebCore
Revision
119848
Author
[email protected]
Date
2012-06-08 11:36:30 -0700 (Fri, 08 Jun 2012)

Log Message

Tried to fix the build after r119844.

* bindings/js/GCController.cpp:
(WebCore::GCController::discardAllCompiledCode):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (119847 => 119848)


--- trunk/Source/WebCore/ChangeLog	2012-06-08 18:34:12 UTC (rev 119847)
+++ trunk/Source/WebCore/ChangeLog	2012-06-08 18:36:30 UTC (rev 119848)
@@ -1,3 +1,10 @@
+2012-06-08  Dan Bernstein  <[email protected]>
+
+        Tried to fix the build after r119844.
+
+        * bindings/js/GCController.cpp:
+        (WebCore::GCController::discardAllCompiledCode):
+
 2012-06-08  Mike West  <[email protected]>
 
         Add COMPILE_ASSERT to StyledElement to ensure it doesn't accidentally grow larger.

Modified: trunk/Source/WebCore/bindings/js/GCController.cpp (119847 => 119848)


--- trunk/Source/WebCore/bindings/js/GCController.cpp	2012-06-08 18:34:12 UTC (rev 119847)
+++ trunk/Source/WebCore/bindings/js/GCController.cpp	2012-06-08 18:36:30 UTC (rev 119848)
@@ -105,7 +105,7 @@
 void GCController::discardAllCompiledCode()
 {
     JSLock lock(SilenceAssertionsOnly);
-    JSDOMWindow::commonJSGlobalData()->heap.discardAllCompiledCode();
+    JSDOMWindow::commonJSGlobalData()->heap.deleteAllCompiledCode();
 }
 
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to