| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index b65207556eb6a78cf27e637506ab9a011db7f4b4..113e136cd039f6dd2a84ca68d95479279a83b83e 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
|
|
|