| Index: Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp
|
| index d2e688e21040f094a00cc02fba114871be9c1f8e..286cc457b6be7353f8e1104b09133cc1c0a7e6e9 100644
|
| --- a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp
|
| @@ -56,7 +56,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestSerializedScriptV
|
| }
|
|
|
| namespace WebCore {
|
| -WrapperTypeInfo V8TestSerializedScriptValueInterface::info = { V8TestSerializedScriptValueInterface::GetTemplate, V8TestSerializedScriptValueInterface::derefObject, 0, 0, 0, V8TestSerializedScriptValueInterface::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
| +WrapperTypeInfo V8TestSerializedScriptValueInterface::info = { V8TestSerializedScriptValueInterface::GetTemplate, V8TestSerializedScriptValueInterface::derefObject, 0, 0, 0, V8TestSerializedScriptValueInterface::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
|
|
| namespace TestSerializedScriptValueInterfaceV8Internal {
|
|
|
| @@ -295,7 +295,7 @@ v8::Handle<v8::Object> V8TestSerializedScriptValueInterface::createWrapper(PassR
|
| if (UNLIKELY(wrapper.IsEmpty()))
|
| return wrapper;
|
|
|
| - installPerContextProperties(wrapper, impl.get(), isolate);
|
| + installPerContextEnabledProperties(wrapper, impl.get(), isolate);
|
| V8DOMWrapper::associateObjectWithWrapper<V8TestSerializedScriptValueInterface>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent);
|
| return wrapper;
|
| }
|
|
|