Index: Source/bindings/tests/results/V8TestEventTarget.h |
diff --git a/Source/bindings/tests/results/V8TestEventTarget.h b/Source/bindings/tests/results/V8TestEventTarget.h |
index 30afd28a35146bc087315b60dcad4aa46f9fce9c..fdee6838ac1bcda8338d01bdb1b111d9653ec6fd 100644 |
--- a/Source/bindings/tests/results/V8TestEventTarget.h |
+++ b/Source/bindings/tests/results/V8TestEventTarget.h |
@@ -40,13 +40,13 @@ public: |
static void derefObject(void*); |
static WrapperTypeInfo info; |
static EventTarget* toEventTarget(v8::Handle<v8::Object>); |
- static v8::Handle<v8::Value> indexedPropertyGetter(uint32_t, const v8::AccessorInfo&); |
- static v8::Handle<v8::Boolean> indexedPropertyDeleter(uint32_t, const v8::AccessorInfo&); |
- 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::Boolean> namedPropertyDeleter(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 indexedPropertyDeleter(uint32_t, const v8::PropertyCallbackInfo<v8::Boolean>&); |
+ 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 namedPropertyDeleter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&); |
+ static void namedPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>&); |
+ static void namedPropertyQuery(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&); |
static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0; |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1; |
static void installPerContextProperties(v8::Handle<v8::Object>, TestEventTarget*, v8::Isolate*) { } |