| Index: Source/bindings/tests/results/core/V8TestObject.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestObject.h b/Source/bindings/tests/results/core/V8TestObject.h
|
| index 2c870a50b6a71e766ff4202fe7dac1d46ad68678..60c9e08660e62a7a7892a6d285467bfc976a0fc4 100644
|
| --- a/Source/bindings/tests/results/core/V8TestObject.h
|
| +++ b/Source/bindings/tests/results/core/V8TestObject.h
|
| @@ -57,6 +57,7 @@ public:
|
| {
|
| }
|
| static void customVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void customCallEpilogueVoidMethodMethodEpilogueCustom(const v8::FunctionCallbackInfo<v8::Value>&, TestObject*);
|
| #if ENABLE(CONDITION)
|
| static void conditionalConditionCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| #endif // ENABLE(CONDITION)
|
|
|