| Index: Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface2.cpp b/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| index 22996e02d7e2708218a91b52bcd5ab9cd88c8e9a..3bf8ccdc1c933bc0b998d2ac6687202d99c915b7 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| @@ -417,7 +417,7 @@ void V8TestInterface2::visitDOMWrapper(ScriptWrappableBase* internalPointer, con
|
| TestInterface2* impl = internalPointer->toImpl<TestInterface2>();
|
| // The ownerNode() method may return a reference or a pointer.
|
| if (Node* owner = WTF::getPtr(impl->ownerNode())) {
|
| - Node* root = V8GCController::opaqueRootForGC(owner, isolate);
|
| + Node* root = V8GCController::opaqueRootForGC(isolate, owner);
|
| isolate->SetReferenceFromGroup(v8::UniqueId(reinterpret_cast<intptr_t>(root)), wrapper);
|
| return;
|
| }
|
|
|