Index: Source/bindings/tests/results/V8TestEventConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestEventConstructor.h b/Source/bindings/tests/results/V8TestEventConstructor.h |
index 67022ff417805649fb7ceb98b7e5af85176729d4..409e4bb128192bfdea6ad0514a671ab88c57b789 100644 |
--- a/Source/bindings/tests/results/V8TestEventConstructor.h |
+++ b/Source/bindings/tests/results/V8TestEventConstructor.h |
@@ -39,7 +39,7 @@ public: |
return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); |
} |
static void derefObject(void*); |
- static WrapperTypeInfo wrapperTypeInfo; |
+ static const WrapperTypeInfo wrapperTypeInfo; |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static inline void* toInternalPointer(TestEventConstructor* impl) |
@@ -62,7 +62,7 @@ private: |
template<> |
class WrapperTypeTraits<TestEventConstructor > { |
public: |
- static WrapperTypeInfo* wrapperTypeInfo() { return &V8TestEventConstructor::wrapperTypeInfo; } |
+ static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestEventConstructor::wrapperTypeInfo; } |
}; |
inline v8::Handle<v8::Object> wrap(TestEventConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |