| Index: Source/bindings/tests/results/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h
|
| index c8eb316e07e00e75ff29ef99d47f96729fd35f01..e3d4569ff5fb6d9b3b99e5269201b0465f4ef9b0 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.h
|
| +++ b/Source/bindings/tests/results/V8TestInterface.h
|
| @@ -42,10 +42,10 @@ public:
|
| static WrapperTypeInfo info;
|
| static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static v8::Handle<v8::Value> namedPropertyGetter(v8::Local<v8::String>, const v8::AccessorInfo&);
|
| - static v8::Handle<v8::Value> namedPropertySetter(v8::Local<v8::String>, v8::Local<v8::Value>, 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 namedPropertyGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| + static void namedPropertySetter(v8::Local<v8::String>, v8::Local<v8::Value>, 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>, TestInterface*, v8::Isolate*);
|
| static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|