| Index: Source/bindings/tests/idls/core/TestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
|
| index 367550aa163453fa8169c45dab129970d18d2ef2..e0f6442166650f40053883566812f0d3f9f19f1a 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/core/TestInterface.idl
|
| @@ -52,6 +52,8 @@
|
|
|
| [Measure] attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
|
| attribute TestInterfaceConstructor testInterfaceConstructorAttribute;
|
| + attribute TestInterfaceConstructor TestInterface;
|
| + attribute TestInterface2Constructor TestInterface2;
|
| attribute double doubleAttribute;
|
| attribute float floatAttribute;
|
| attribute unrestricted double unrestrictedDoubleAttribute;
|
|
|