| Index: Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h b/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| index 1ff83c376f2e3795729c7786d1b432da2567d556..a53751d8d50cb17fe2253d746d6ad4ed17ada95b 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| @@ -55,9 +55,9 @@ public:
|
| static void indexedPropertyDeleterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| + static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&);
|
| static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8::Array>&);
|
| - static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline void* toInternalPointer(TestSpecialOperationsCustom* impl)
|
| {
|
|
|