| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index a6a09061785bb64604d0a97ebd0124409cda7c62..a0ca209d52a51cf1d0cae5c992e349b47d4943be 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -99,8 +99,9 @@ interface TestObjectPython {
|
| attribute Promise promiseAttribute;
|
|
|
| // Extended attributes
|
| - [ActivityLogging=AccessForAllWorlds] readonly attribute long activityLogAccessReadonlyLongAttribute;
|
| - [ActivityLogging=GetterForAllWorlds] readonly attribute long activityLogGetterReadonlyLongAttribute;
|
| + [ActivityLogging=AccessForAllWorlds] attribute long activityLoggingAccessForAllWorldsLongAttribute;
|
| + [ActivityLogging=GetterForAllWorlds] attribute long activityLoggingGetterForAllWorldsLongAttribute;
|
| + [ActivityLogging=SetterForAllWorlds] attribute long activityLoggingSetterForAllWorldsLongAttribute;
|
| [CachedAttribute=isValueDirty] attribute any cachedAttributeAnyAttribute;
|
| [CallWith=ExecutionContext] attribute any callWithExecutionContextAnyAttribute;
|
| [CheckSecurityForNode] readonly attribute Document checkSecurityForNodeReadonlyDocumentAttribute; // All uses are readonly
|
|
|