Index: Source/bindings/tests/results/V8TestInterface3.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterface3.cpp b/Source/bindings/tests/results/V8TestInterface3.cpp |
index fb74c1ed81eac962ca2e147e24f5255aeeb90ba4..d42bbba2d31b1e5d8b09033d13b63340ecbd0e69 100644 |
--- a/Source/bindings/tests/results/V8TestInterface3.cpp |
+++ b/Source/bindings/tests/results/V8TestInterface3.cpp |
@@ -37,7 +37,7 @@ |
} |
namespace blink { |
-const WrapperTypeInfo V8TestInterface3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface3::domTemplate, V8TestInterface3::derefObject, 0, 0, V8TestInterface3::visitDOMWrapper, V8TestInterface3::installConditionallyEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
+const WrapperTypeInfo V8TestInterface3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface3::domTemplate, V8TestInterface3::derefObject, 0, 0, V8TestInterface3::visitDOMWrapper, V8TestInterface3::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
namespace TestInterface3V8Internal { |
@@ -162,7 +162,7 @@ |
if (UNLIKELY(wrapper.IsEmpty())) |
return wrapper; |
- installConditionallyEnabledProperties(wrapper, isolate); |
+ installPerContextEnabledProperties(wrapper, impl.get(), isolate); |
V8DOMWrapper::associateObjectWithWrapper<V8TestInterface3>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent); |
return wrapper; |
} |