| Index: Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp
|
| index 439b20802f4de73cf0d892c7741689fd37be5afe..0499cee9bf91c4ec60db73df6c263c3e1e7111b9 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::wrapperTypeInfo = { V8TestSerializedScriptValueInterface::GetTemplate, V8TestSerializedScriptValueInterface::derefObject, 0, 0, 0, V8TestSerializedScriptValueInterface::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
| +const WrapperTypeInfo V8TestSerializedScriptValueInterface::wrapperTypeInfo = { V8TestSerializedScriptValueInterface::GetTemplate, V8TestSerializedScriptValueInterface::derefObject, 0, 0, 0, V8TestSerializedScriptValueInterface::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
|
|
| namespace TestSerializedScriptValueInterfaceV8Internal {
|
|
|
|
|