| Index: Source/bindings/tests/results/V8TestActiveDOMObject.h | 
| diff --git a/Source/bindings/tests/results/V8TestActiveDOMObject.h b/Source/bindings/tests/results/V8TestActiveDOMObject.h | 
| index 312be285ee4fa2c5376525440876ef9fbabfe0fd..e6e1c213b85f832c7c16b81222e3e11bfddfec7a 100644 | 
| --- a/Source/bindings/tests/results/V8TestActiveDOMObject.h | 
| +++ b/Source/bindings/tests/results/V8TestActiveDOMObject.h | 
| @@ -38,7 +38,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(TestActiveDOMObject* impl) | 
| { | 
| @@ -60,7 +60,7 @@ private: | 
| template<> | 
| class WrapperTypeTraits<TestActiveDOMObject > { | 
| public: | 
| -    static WrapperTypeInfo* wrapperTypeInfo() { return &V8TestActiveDOMObject::wrapperTypeInfo; } | 
| +    static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestActiveDOMObject::wrapperTypeInfo; } | 
| }; | 
|  | 
| inline v8::Handle<v8::Object> wrap(TestActiveDOMObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
|  |