| Index: Source/bindings/tests/idls/TestTypedefs.idl
|
| diff --git a/Source/bindings/tests/idls/TestTypedefs.idl b/Source/bindings/tests/idls/TestTypedefs.idl
|
| index 3ac60945aebb48ff72da5805501c8b93e7773731..46860393ab17d6bcf187908ef55f55f358eb7987 100644
|
| --- a/Source/bindings/tests/idls/TestTypedefs.idl
|
| +++ b/Source/bindings/tests/idls/TestTypedefs.idl
|
| @@ -32,7 +32,7 @@
|
| // changes in its ouput.
|
|
|
| [
|
| - Constructor(STRING hello, TEST_CALLBACK testCallback)
|
| + Constructor(STRING hello, TEST_CALLBACK_INTERFACE testCallbackInterface)
|
| ] interface TestTypedefs {
|
| attribute ULONGLONG unsignedLongLongAttr;
|
|
|
| @@ -68,7 +68,7 @@ typedef long[] ARRAY_OF_LONGS;
|
| typedef SVGPoint SVGPOINT;
|
| typedef DOMString STRING;
|
| typedef DOMString[] ARRAY_OF_STRINGS;
|
| -typedef TestCallback TEST_CALLBACK;
|
| +typedef TestCallbackInterface TEST_CALLBACK_INTERFACE;
|
| typedef TestSubObjConstructor T;
|
| typedef Array ARRAY;
|
| typedef DOMException E;
|
|
|