| Index: Source/bindings/tests/idls/TestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
|
| index e7e6b4e07dda6ed44e2059e3375e1f4ab4d16a9d..479b0165270f3806e674a28ac36ae98727737dbe 100644
|
| --- a/Source/bindings/tests/idls/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/TestInterface.idl
|
| @@ -48,7 +48,7 @@
|
| [Reflect=CONST_CPP] const short CONST_JAVASCRIPT = 1;
|
|
|
| attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
|
| - attribute TestImplementedAsConstructor testImplementedAsConstructorAttribute;
|
| + attribute TestInterfaceConstructor testInterfaceConstructorAttribute;
|
| attribute double doubleAttribute;
|
| attribute float floatAttribute;
|
| attribute unrestricted double unrestrictedDoubleAttribute;
|
|
|