Index: Source/bindings/tests/results/V8TestExtendedEvent.cpp |
diff --git a/Source/bindings/tests/results/V8TestExtendedEvent.cpp b/Source/bindings/tests/results/V8TestExtendedEvent.cpp |
index 3582765608ec0bfe6b84482adb019e0ff172eec6..45c6bbb5cbd545c792ec3d5ff80335d9d3033243 100644 |
--- a/Source/bindings/tests/results/V8TestExtendedEvent.cpp |
+++ b/Source/bindings/tests/results/V8TestExtendedEvent.cpp |
@@ -59,7 +59,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::Event* object) |
} |
namespace WebCore { |
-WrapperTypeInfo V8TestExtendedEvent::wrapperTypeInfo = { V8TestExtendedEvent::GetTemplate, V8TestExtendedEvent::derefObject, 0, 0, 0, V8TestExtendedEvent::installPerContextEnabledPrototypeProperties, &V8TestEvent::wrapperTypeInfo, WrapperTypeObjectPrototype }; |
+const WrapperTypeInfo V8TestExtendedEvent::wrapperTypeInfo = { V8TestExtendedEvent::GetTemplate, V8TestExtendedEvent::derefObject, 0, 0, 0, V8TestExtendedEvent::installPerContextEnabledPrototypeProperties, &V8TestEvent::wrapperTypeInfo, WrapperTypeObjectPrototype }; |
namespace EventV8Internal { |