| Index: Source/bindings/tests/results/V8TestInterface3.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface3.cpp b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| index 270c9ea87f266b637f08ae3576446c6640506999..21771a22d436442c04c5bc4e1831a5dc99841335 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface3.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| @@ -37,7 +37,7 @@ void webCoreInitializeScriptWrappableForInterface(blink::TestInterface3* object)
|
| }
|
|
|
| namespace blink {
|
| -const WrapperTypeInfo V8TestInterface3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface3::domTemplate, V8TestInterface3::derefObject, 0, 0, V8TestInterface3::visitDOMWrapper, V8TestInterface3::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
|
| +const WrapperTypeInfo V8TestInterface3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface3::domTemplate, V8TestInterface3::derefObject, 0, 0, V8TestInterface3::visitDOMWrapper, V8TestInterface3::installConditionallyEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
|
|
|
| namespace TestInterface3V8Internal {
|
|
|
| @@ -162,7 +162,7 @@ v8::Handle<v8::Object> V8TestInterface3::createWrapper(PassRefPtr<TestInterface3
|
| if (UNLIKELY(wrapper.IsEmpty()))
|
| return wrapper;
|
|
|
| - installPerContextEnabledProperties(wrapper, impl.get(), isolate);
|
| + installConditionallyEnabledProperties(wrapper, isolate);
|
| V8DOMWrapper::associateObjectWithWrapper<V8TestInterface3>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent);
|
| return wrapper;
|
| }
|
|
|