| Index: Source/bindings/tests/results/V8Float64Array.h
|
| diff --git a/Source/bindings/tests/results/V8Float64Array.h b/Source/bindings/tests/results/V8Float64Array.h
|
| index c1808ff8dcb671a3061e4498de1540a8cca6a34b..c394cb2f7c6abd9ad688422fe4723865144989fe 100644
|
| --- a/Source/bindings/tests/results/V8Float64Array.h
|
| +++ b/Source/bindings/tests/results/V8Float64Array.h
|
| @@ -41,8 +41,8 @@ public:
|
| static void derefObject(void*);
|
| static WrapperTypeInfo info;
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static v8::Handle<v8::Value> indexedPropertyGetter(uint32_t, const v8::AccessorInfo&);
|
| - static v8::Handle<v8::Value> indexedPropertySetter(uint32_t, v8::Local<v8::Value>, const v8::AccessorInfo&);
|
| + static void indexedPropertyGetter(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&);
|
| + static void indexedPropertySetter(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static void installPerContextProperties(v8::Handle<v8::Object>, Float64Array*, v8::Isolate*) { }
|
| static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|