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