| Index: Source/bindings/tests/results/V8TestObject.h
|
| diff --git a/Source/bindings/tests/results/V8TestObject.h b/Source/bindings/tests/results/V8TestObject.h
|
| index 983037049fc308df2e8e1c8d7681d50811489071..09dcd9f4a7911b50190bfb6c90f8178682f1b7c4 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.h
|
| +++ b/Source/bindings/tests/results/V8TestObject.h
|
| @@ -56,7 +56,6 @@ public:
|
| static void customMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void customMethodWithArgsMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void classMethod2MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void customAttrAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>&);
|
| static void customAttrAttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&);
|
| static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0;
|
|
|