Index: Source/bindings/tests/results/V8TestObject.h |
diff --git a/Source/bindings/tests/results/V8TestObject.h b/Source/bindings/tests/results/V8TestObject.h |
index d0a2cf1f7ff310337061b3defb2987dd314117a1..659a0b697a42aaa5ed1030c2936f496794cf8e68 100644 |
--- a/Source/bindings/tests/results/V8TestObject.h |
+++ b/Source/bindings/tests/results/V8TestObject.h |
@@ -45,10 +45,10 @@ public: |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void customAttrAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&); |
static void customAttrAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&); |
- static v8::Handle<v8::Value> indexedPropertyGetter(uint32_t, const v8::AccessorInfo&); |
- static v8::Handle<v8::Value> namedPropertyGetter(v8::Local<v8::String>, const v8::AccessorInfo&); |
- static v8::Handle<v8::Array> namedPropertyEnumerator(const v8::AccessorInfo&); |
- static v8::Handle<v8::Integer> namedPropertyQuery(v8::Local<v8::String>, const v8::AccessorInfo&); |
+ static void indexedPropertyGetter(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&); |
+ static void namedPropertyGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&); |
+ static void namedPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>&); |
+ static void namedPropertyQuery(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&); |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static void installPerContextProperties(v8::Handle<v8::Object>, TestObj*, v8::Isolate*); |
static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*); |