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