| 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..77bdb7fcaf4b479b0f8dc6f7486014e0be885667 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::collectAllGarbage(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); }
|
|
|