Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp

Issue 2321223003: Revert of Move collectGarbage* methods to ThreadState (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp b/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
index e6cf5f759043b857b5258b6ef2b4e29c49adcde2..6fbdc6cf0cf5838f9bf747bd7883f08fdb2b5e39 100644
--- a/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
+++ b/third_party/WebKit/Source/core/animation/DocumentTimelineTest.cpp
@@ -49,7 +49,7 @@
virtual void TearDown()
{
document.release();
- ThreadState::current()-> collectAllGarbage();
+ ThreadHeap::collectAllGarbage();
}
std::unique_ptr<DummyPageHolder> pageHolder;

Powered by Google App Engine
This is Rietveld 408576698