| Index: Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp b/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| index 3165520e176c0ad14c63290f04f903ece006ddc7..52e8095ef2db07df02b9b340950b80464e71b49a 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::collectAllGarbageForTesting(isolate());
|
| }
|
|
|
| ExecutionContext* executionContext() { return &(m_page->document()); }
|
|
|