| Index: Source/bindings/tests/results/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h
|
| index c10e7ccc8bf41dbbad3f11f6678347d8b3a9951f..61d1199f135b699dbb5f358f49a3a871a439e3a2 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.h
|
| +++ b/Source/bindings/tests/results/V8TestInterface.h
|
| @@ -54,7 +54,7 @@ public:
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
|
| static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
| - static void implementsMethod3MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| #if ENABLE(CONDITION_PARTIAL)
|
| static void supplementalMethod3MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| #endif // ENABLE(CONDITION_PARTIAL)
|
|
|