Title: [88231] trunk/Source/WebCore
- Revision
- 88231
- Author
- [email protected]
- Date
- 2011-06-07 02:39:32 -0700 (Tue, 07 Jun 2011)
Log Message
2011-06-07 Andras Becsi <[email protected]>
Reviewed by Yury Semikhatsky.
REGRESSION(r88221): "Chromium debug compilation broken".
https://bugs.webkit.org/show_bug.cgi?id=62197
No new tests needed.
* bindings/v8/V8GCController.cpp: Also rename call-sites.
(WebCore::V8GCController::gcPrologue):
(WebCore::V8GCController::gcEpilogue):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (88230 => 88231)
--- trunk/Source/WebCore/ChangeLog 2011-06-07 09:23:49 UTC (rev 88230)
+++ trunk/Source/WebCore/ChangeLog 2011-06-07 09:39:32 UTC (rev 88231)
@@ -1,3 +1,16 @@
+2011-06-07 Andras Becsi <[email protected]>
+
+ Reviewed by Yury Semikhatsky.
+
+ REGRESSION(r88221): "Chromium debug compilation broken".
+ https://bugs.webkit.org/show_bug.cgi?id=62197
+
+ No new tests needed.
+
+ * bindings/v8/V8GCController.cpp: Also rename call-sites.
+ (WebCore::V8GCController::gcPrologue):
+ (WebCore::V8GCController::gcEpilogue):
+
2011-06-07 MORITA Hajime <[email protected]>
Unreviewed, rolling out r88212 and r88219.
Modified: trunk/Source/WebCore/bindings/v8/V8GCController.cpp (88230 => 88231)
--- trunk/Source/WebCore/bindings/v8/V8GCController.cpp 2011-06-07 09:23:49 UTC (rev 88230)
+++ trunk/Source/WebCore/bindings/v8/V8GCController.cpp 2011-06-07 09:39:32 UTC (rev 88231)
@@ -452,7 +452,7 @@
#ifndef NDEBUG
DOMObjectVisitor domObjectVisitor;
- visitDOMObjectsInCurrentThread(&domObjectVisitor);
+ visitDOMObjects(&domObjectVisitor);
#endif
// Run through all objects with possible pending activity making their
@@ -536,7 +536,7 @@
#ifndef NDEBUG
// Check all survivals are weak.
DOMObjectVisitor domObjectVisitor;
- visitDOMObjectsInCurrentThread(&domObjectVisitor);
+ visitDOMObjects(&domObjectVisitor);
EnsureWeakDOMNodeVisitor weakDOMNodeVisitor;
visitDOMNodes(&weakDOMNodeVisitor);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes