| Index: Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp
|
| index eceb78c653a8f08b914d4de2340e63ff442117de..dd041eb8cbb6cb65236a4de59a55dfb97da18134 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp
|
| @@ -371,7 +371,7 @@ static void installV8TestInterfaceGarbageCollectedTemplate(v8::Local<v8::Functio
|
| v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate();
|
| ALLOW_UNUSED_LOCAL(prototypeTemplate);
|
| static const V8DOMConfiguration::SymbolKeyedMethodConfiguration symbolKeyedIteratorConfiguration = { v8::Symbol::GetIterator, TestInterfaceGarbageCollectedV8Internal::iteratorMethodCallback, 0, V8DOMConfiguration::ExposedToAllScripts };
|
| - V8DOMConfiguration::installMethod(prototypeTemplate, defaultSignature, v8::DontDelete, symbolKeyedIteratorConfiguration, isolate);
|
| + V8DOMConfiguration::installMethod(isolate, prototypeTemplate, defaultSignature, v8::DontDelete, symbolKeyedIteratorConfiguration);
|
|
|
| // Custom toString template
|
| functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
|
|
|