| 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 306a709b126bee39a9ec51e4441a29f979cbe93c..a70054e61b00e933aecac4815737ddde7ac2d7f2 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/core/TestInterface.idl
|
| @@ -55,11 +55,13 @@
|
| attribute float floatAttribute;
|
| attribute unrestricted double unrestrictedDoubleAttribute;
|
| attribute unrestricted float unrestrictedFloatAttribute;
|
| + attribute TestEnum testEnumAttribute;
|
| static attribute DOMString staticStringAttribute;
|
|
|
| void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| void voidMethodDoubleArgFloatArg(double doubleArg, float floatArg);
|
| void voidMethodUnrestrictedDoubleArgUnrestrictedFloatArg(unrestricted double unrestrictedDoubleArg, unrestricted float unrestrictedFloatArg);
|
| + void voidMethodTestEnumArg(TestEnum testEnumArg);
|
| [PerWorldBindings] void voidMethod();
|
|
|
| // Anonymous indexed property operations
|
|
|