| Index: Source/bindings/tests/results/V8TestConstants.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestConstants.cpp b/Source/bindings/tests/results/V8TestConstants.cpp
|
| index c431968aa9a8ecbf2fb5a38e715071e95cf4b470..a5921cca9482e5902fc3d591c23af8e6a9f51632 100644
|
| --- a/Source/bindings/tests/results/V8TestConstants.cpp
|
| +++ b/Source/bindings/tests/results/V8TestConstants.cpp
|
| @@ -53,7 +53,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestConstants* object
|
| }
|
|
|
| namespace WebCore {
|
| -WrapperTypeInfo V8TestConstants::info = { V8TestConstants::GetTemplate, V8TestConstants::derefObject, 0, 0, 0, V8TestConstants::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
| +WrapperTypeInfo V8TestConstants::info = { V8TestConstants::GetTemplate, V8TestConstants::derefObject, 0, 0, 0, V8TestConstants::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
|
|
| namespace TestConstantsV8Internal {
|
|
|
| @@ -164,7 +164,7 @@ v8::Handle<v8::Object> V8TestConstants::createWrapper(PassRefPtr<TestConstants>
|
| if (UNLIKELY(wrapper.IsEmpty()))
|
| return wrapper;
|
|
|
| - installPerContextProperties(wrapper, impl.get(), isolate);
|
| + installPerContextEnabledProperties(wrapper, impl.get(), isolate);
|
| V8DOMWrapper::associateObjectWithWrapper<V8TestConstants>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent);
|
| return wrapper;
|
| }
|
|
|