| Index: Source/bindings/tests/idls/TestObjectPython.idl | 
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl | 
| index c6c73fb27ec060c1331037147ae93dbdf784567d..afdfcae431694f6bdb801911e5b7e5bd49fa2290 100644 | 
| --- a/Source/bindings/tests/idls/TestObjectPython.idl | 
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl | 
| @@ -321,4 +321,5 @@ interface TestObjectPython { | 
| [ImplementedAs=implementedAsMethodName] void implementedAsVoidMethod(); | 
| [MeasureAs=TestFeature] void measureAsVoidMethod(); | 
| [NotEnumerable] void notEnumerableVoidMethod(); | 
| +    [PerContextEnabled=FeatureName] void perContextEnabledVoidMethod(); | 
| }; | 
|  |