| Index: Source/bindings/tests/results/V8TestCallback.h
|
| diff --git a/Source/bindings/tests/results/V8TestCallback.h b/Source/bindings/tests/results/V8TestCallback.h
|
| index 3d31846265fabb8230c516b06314513eb50c2d74..53967ff79186cac6e459eecbcce21194304ca27d 100644
|
| --- a/Source/bindings/tests/results/V8TestCallback.h
|
| +++ b/Source/bindings/tests/results/V8TestCallback.h
|
| @@ -45,8 +45,8 @@ public:
|
|
|
| // Functions
|
| virtual bool callbackWithNoParam();
|
| - virtual bool callbackWithTestObjParam(TestObj* class1Param);
|
| - virtual bool callbackWithTestObjParam(TestObj* class2Param, const String& strArg);
|
| + virtual bool callbackWithTestObjectParam(TestObj* class1Param);
|
| + virtual bool callbackWithTestObjectParam(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);
|
|
|