Index: Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp |
diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp |
index 407acfa50eaf0a11df96b68e0c647ee1abe81ef4..fcf12188123b2d388985020db68c1975c83f94e6 100644 |
--- a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp |
+++ b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp |
@@ -36,7 +36,7 @@ void webCoreInitializeScriptWrappableForInterface(blink::TestSpecialOperationsNo |
} |
namespace blink { |
-const WrapperTypeInfo V8TestSpecialOperationsNotEnumerable::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestSpecialOperationsNotEnumerable::domTemplate, V8TestSpecialOperationsNotEnumerable::derefObject, 0, 0, 0, V8TestSpecialOperationsNotEnumerable::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
+const WrapperTypeInfo V8TestSpecialOperationsNotEnumerable::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestSpecialOperationsNotEnumerable::domTemplate, V8TestSpecialOperationsNotEnumerable::derefObject, 0, 0, 0, V8TestSpecialOperationsNotEnumerable::installConditionallyEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
namespace TestSpecialOperationsNotEnumerableV8Internal { |
@@ -143,7 +143,7 @@ v8::Handle<v8::Object> V8TestSpecialOperationsNotEnumerable::createWrapper(PassR |
if (UNLIKELY(wrapper.IsEmpty())) |
return wrapper; |
- installPerContextEnabledProperties(wrapper, impl.get(), isolate); |
+ installConditionallyEnabledProperties(wrapper, isolate); |
V8DOMWrapper::associateObjectWithWrapper<V8TestSpecialOperationsNotEnumerable>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); |
return wrapper; |
} |