Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 89238dab1bb56c177a040ceba2319d4c37717051..7b2cf90c784683e1c2b95eac9191136a98336050 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; |