| Index: Source/bindings/tests/idls/TestCallback.idl
|
| diff --git a/Source/bindings/tests/idls/TestCallback.idl b/Source/bindings/tests/idls/TestCallback.idl
|
| index d6b1207ba15b9ba075ab809d6c0c6b083bc06fa3..75239f16ea2799ec300db732be0b67fc1fedf3d9 100644
|
| --- a/Source/bindings/tests/idls/TestCallback.idl
|
| +++ b/Source/bindings/tests/idls/TestCallback.idl
|
| @@ -30,10 +30,10 @@
|
| // interface for tracking changes in its ouput.
|
| callback interface TestCallback {
|
| boolean callbackWithNoParam();
|
| - boolean callbackWithTestObjParam(TestObj class1Param);
|
| - boolean callbackWithTestObjParam(TestObj class2Param, DOMString strArg);
|
| - long callbackWithNonBoolReturnType(TestObj class3Param);
|
| - [Custom] long customCallback(TestObj testObjParam, TestObj testObjParam);
|
| + boolean callbackWithTestObjectParam(TestObject class1Param);
|
| + boolean callbackWithTestObjectParam(TestObject class2Param, DOMString strArg);
|
| + long callbackWithNonBoolReturnType(TestObject class3Param);
|
| + [Custom] long customCallback(TestObject testObjParam, TestObject testObjParam);
|
| boolean callbackWithStringList(DOMStringList listParam);
|
| boolean callbackWithBoolean(boolean boolParam);
|
| };
|
|
|