| Index: Source/bindings/tests/idls/TestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
|
| index ad963f2119b258de900f69fb918255a9e0c926a9..2a9823849ecdab4dabf04fb60875366649538a58 100644
|
| --- a/Source/bindings/tests/idls/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/TestInterface.idl
|
| @@ -58,7 +58,6 @@
|
| void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| void voidMethodDoubleArgFloatArg(double doubleArg, float floatArg);
|
| void voidMethodUnrestrictedDoubleArgUnrestrictedFloatArg(unrestricted double unrestrictedDoubleArg, unrestricted float unrestrictedFloatArg);
|
| - [PerWorldBindings] attribute DOMString perWorldBindingsStringAttribute;
|
| [PerWorldBindings] void voidMethod();
|
|
|
| // Anonymous indexed property operations
|
|
|