| Index: Source/bindings/tests/results/V8TestEvent.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestEvent.cpp b/Source/bindings/tests/results/V8TestEvent.cpp
|
| index 91bcfc0742c15135916974b327ce5ce453ec26bc..ff90c7b7ec380697d0eff0a3641d7db84897a276 100644
|
| --- a/Source/bindings/tests/results/V8TestEvent.cpp
|
| +++ b/Source/bindings/tests/results/V8TestEvent.cpp
|
| @@ -54,7 +54,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestEvent* object)
|
| }
|
|
|
| namespace WebCore {
|
| -WrapperTypeInfo V8TestEvent::wrapperTypeInfo = { V8TestEvent::GetTemplate, V8TestEvent::derefObject, 0, 0, 0, V8TestEvent::installPerContextEnabledPrototypeProperties, &V8Event::wrapperTypeInfo, WrapperTypeObjectPrototype };
|
| +const WrapperTypeInfo V8TestEvent::wrapperTypeInfo = { V8TestEvent::GetTemplate, V8TestEvent::derefObject, 0, 0, 0, V8TestEvent::installPerContextEnabledPrototypeProperties, &V8Event::wrapperTypeInfo, WrapperTypeObjectPrototype };
|
|
|
| namespace TestEventV8Internal {
|
|
|
|
|