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 7ef8c540fd22f93fee8cfed7181d10bd2bf99a20..ed8c0a599cada4f786edca8b00642e190537dfd8 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.h |
+++ b/Source/bindings/tests/results/core/V8TestObject.h |
@@ -58,6 +58,7 @@ public: |
{ |
} |
static void customVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
+ static void customCallPrologueVoidMethodMethodPrologueCustom(const v8::FunctionCallbackInfo<v8::Value>&, TestObject*); |
static void customCallEpilogueVoidMethodMethodEpilogueCustom(const v8::FunctionCallbackInfo<v8::Value>&, TestObject*); |
#if ENABLE(CONDITION) |
static void conditionalConditionCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |