| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 987d34aef98c0718706342a5019e4c8e058cb34b..26f3dba06717bf771282daad896e36445eea7e39 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -186,8 +186,6 @@ interface TestObject {
|
| [MeasureAs=TestFeature] attribute long measureAsLongAttribute;
|
| [NotEnumerable] attribute long notEnumerableLongAttribute;
|
| [PerContextEnabled=FeatureName] attribute long perContextEnabledLongAttribute;
|
| - [PerWorldBindings] attribute long perWorldBindingsLongAttribute;
|
| - [PerWorldBindings] readonly attribute long perWorldBindingsReadonlyLongAttribute; // Separate read only attribute to check attribute configuration
|
| [PerWorldBindings] readonly attribute TestInterfaceEmpty perWorldBindingsReadonlyTestInterfaceEmptyAttribute;
|
| [LogActivity, LogAllWorlds, PerWorldBindings] attribute long activityLoggingAccessPerWorldBindingsLongAttribute;
|
| [LogActivity, PerWorldBindings] attribute long activityLoggingAccessForIsolatedWorldsPerWorldBindingsLongAttribute;
|
|
|