| Index: Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestEventConstructor.cpp b/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| index d29eec9b5ee7bff0b478754467c798ce744123ec..ab0f198e3a2d0422b768fdf8c2e19d3a7c78cecc 100644
|
| --- a/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| @@ -56,7 +56,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestEventConstructor*
|
| }
|
|
|
| namespace WebCore {
|
| -WrapperTypeInfo V8TestEventConstructor::wrapperTypeInfo = { V8TestEventConstructor::GetTemplate, V8TestEventConstructor::derefObject, 0, 0, 0, V8TestEventConstructor::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
| +const WrapperTypeInfo V8TestEventConstructor::wrapperTypeInfo = { V8TestEventConstructor::GetTemplate, V8TestEventConstructor::derefObject, 0, 0, 0, V8TestEventConstructor::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
|
|
| namespace TestEventConstructorV8Internal {
|
|
|
|
|