| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 660cc38e2e0144ca33bb3bdac1d88acfb1170398..17648e3bceca00c17f28852bab07812faba410d3 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -102,7 +102,7 @@ interface TestObjectPython {
|
| [ActivityLogging=Access] readonly attribute long activityLogAccessReadonlyLongAttribute;
|
| [ActivityLogging=Getter] readonly attribute long activityLogGetterReadonlyLongAttribute;
|
| [CachedAttribute=isValueDirty] attribute any cachedAttributeAnyAttribute;
|
| - [CallWith=ExecutionContext] readonly attribute any callWithExecutionContextReadonlyAnyAttribute;
|
| + [CallWith=ExecutionContext] attribute any callWithExecutionContextAnyAttribute;
|
| [CheckSecurityForNode] readonly attribute Document checkSecurityForNodeReadonlyDocumentAttribute;
|
| [Conditional=Condition] readonly attribute long conditionalReadonlyLongAttribute;
|
| [Conditional=Condition1&Condition2] readonly attribute long conditionalAndReadonlyLongAttribute;
|
|
|