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