| Index: Source/bindings/tests/results/V8TestEvent.h
|
| diff --git a/Source/bindings/tests/results/V8TestEvent.h b/Source/bindings/tests/results/V8TestEvent.h
|
| index 124d3694ea639847dc4fa406a4f39ea54500d29d..4fb4c4c99e161f58c7f19c778105c0710e12096c 100644
|
| --- a/Source/bindings/tests/results/V8TestEvent.h
|
| +++ b/Source/bindings/tests/results/V8TestEvent.h
|
| @@ -39,7 +39,7 @@ public:
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| static void derefObject(void*);
|
| - static WrapperTypeInfo wrapperTypeInfo;
|
| + static const WrapperTypeInfo wrapperTypeInfo;
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline void* toInternalPointer(TestEvent* impl)
|
| {
|
| @@ -61,7 +61,7 @@ private:
|
| template<>
|
| class WrapperTypeTraits<TestEvent > {
|
| public:
|
| - static WrapperTypeInfo* wrapperTypeInfo() { return &V8TestEvent::wrapperTypeInfo; }
|
| + static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestEvent::wrapperTypeInfo; }
|
| };
|
|
|
| inline v8::Handle<v8::Object> wrap(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
|
|