Index: Source/bindings/tests/idls/TestTypedefs.idl |
diff --git a/Source/bindings/tests/idls/TestTypedefs.idl b/Source/bindings/tests/idls/TestTypedefs.idl |
index e88ccc2ed2894d8df6867c1de770c1cb62ae5cf1..373a875dc13e37a71de36e7dfff556d6e2beb143 100644 |
--- a/Source/bindings/tests/idls/TestTypedefs.idl |
+++ b/Source/bindings/tests/idls/TestTypedefs.idl |
@@ -39,8 +39,8 @@ typedef long[] ArrayOfLongs; |
typedef DOMString String; |
typedef DOMString[] ArrayOfStrings; |
typedef TestCallbackInterface TestCallbackInterfaceType; |
-typedef TestSubObjConstructor T; |
-typedef (Foo or Bar) FooOrBar; |
+typedef TestInterfaceConstructor T; |
+typedef (TestInterface or TestInterfaceEmpty) TestInterfaceOrTestInterfaceEmpty; |
[ |
Constructor(String stringArg), |
@@ -54,7 +54,7 @@ typedef (Foo or Bar) FooOrBar; |
void voidMethodTestCallbackInterfaceTypeArg(TestCallbackInterfaceType testCallbackInterfaceTypeArg); |
ULongLong uLongLongMethodTestInterfaceEmptyTypeSequenceArg(sequence<TestInterfaceEmptyType> testInterfaceEmptyTypeSequenceArg); |
- FooOrBar fooOrBarMethod(); |
+ TestInterfaceOrTestInterfaceEmpty testInterfaceOrTestInterfaceEmptyMethod(); |
ArrayOfStrings arrayOfStringsMethodArrayOfStringsArg(ArrayOfStrings arrayOfStringsArg); |
String[] stringArrayMethodStringArrayArg(String[] stringArrayArg); |