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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp

Issue 1328653002: Introduce V8GCController::collectAllGarbage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp b/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
index 3165520e176c0ad14c63290f04f903ece006ddc7..a846ff202955203dd7b166b45c6918b56d877b66 100644
--- a/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
+++ b/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
@@ -156,7 +156,7 @@ protected:
~ServiceWorkerContainerTest()
{
m_page.clear();
- V8GCController::collectGarbage(isolate());
+ V8GCController::collectAllGarbage(isolate());
}
ExecutionContext* executionContext() { return &(m_page->document()); }

Powered by Google App Engine
This is Rietveld 408576698