| Index: Source/bindings/tests/results/V8TestCallback.h
|
| diff --git a/Source/bindings/tests/results/V8TestCallback.h b/Source/bindings/tests/results/V8TestCallback.h
|
| index b721ff35a7745e1663bf13268fd3f1eecda88b5b..3d31846265fabb8230c516b06314513eb50c2d74 100644
|
| --- a/Source/bindings/tests/results/V8TestCallback.h
|
| +++ b/Source/bindings/tests/results/V8TestCallback.h
|
| @@ -45,10 +45,10 @@ public:
|
|
|
| // Functions
|
| virtual bool callbackWithNoParam();
|
| - virtual bool callbackWithClass1Param(Class1* class1Param);
|
| - virtual bool callbackWithClass2Param(Class2* class2Param, const String& strArg);
|
| - COMPILE_ASSERT(false) virtual int callbackWithNonBoolReturnType(Class3* class3Param);
|
| - virtual int customCallback(Class5* class5Param, Class6* class6Param);
|
| + virtual bool callbackWithTestObjParam(TestObj* class1Param);
|
| + virtual bool callbackWithTestObjParam(TestObj* class2Param, const String& strArg);
|
| + COMPILE_ASSERT(false) virtual int callbackWithNonBoolReturnType(TestObj* class3Param);
|
| + virtual int customCallback(TestObj* testObjParam, TestObj* testObjParam);
|
| virtual bool callbackWithStringList(RefPtr<DOMStringList> listParam);
|
| virtual bool callbackWithBoolean(bool boolParam);
|
|
|
|
|