Index: Source/bindings/tests/results/V8Float64Array.h |
diff --git a/Source/bindings/tests/results/V8Float64Array.h b/Source/bindings/tests/results/V8Float64Array.h |
index a3810a2eedb3104d8bdff28d9b04c39e8a6c5fd6..cc7bb581830340602f63ba109acccc1e2f71f379 100644 |
--- a/Source/bindings/tests/results/V8Float64Array.h |
+++ b/Source/bindings/tests/results/V8Float64Array.h |
@@ -39,7 +39,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 void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&); |
static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); |
@@ -64,7 +64,7 @@ private: |
template<> |
class WrapperTypeTraits<Float64Array > { |
public: |
- static WrapperTypeInfo* wrapperTypeInfo() { return &V8Float64Array::wrapperTypeInfo; } |
+ static const WrapperTypeInfo* wrapperTypeInfo() { return &V8Float64Array::wrapperTypeInfo; } |
}; |
v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*); |