Index: Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
diff --git a/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
index 251ef477c75ca8455c6ad32ef72235c211e72f00..45a917acb52acc4fbcdf5b0e1f23c42025f2d2ca 100644 |
--- a/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
+++ b/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
@@ -151,7 +151,7 @@ public: |
} |
} |
- void gc() { V8GCController::collectGarbage(v8::Isolate::GetCurrent()); } |
+ void gc() { V8GCController::collectAllGarbageForTesting(v8::Isolate::GetCurrent()); } |
v8::Local<v8::Function> notReached(ScriptState* scriptState) { return NotReached::createFunction(scriptState); } |
v8::Local<v8::Function> stub(ScriptState* scriptState, ScriptValue& value, size_t& callCount) { return StubFunction::createFunction(scriptState, value, callCount); } |