| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 8e07c524c1f454c76a077328678c00ba74f02c1f..e90b511938bb1a4fb64d40251d1c46f43490a6e7 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -318,4 +318,5 @@ interface TestObjectPython {
|
| [CustomElementCallbacks] void customElementCallbacksVoidMethod();
|
| [DeprecateAs=voidMethod] void deprecatedVoidMethod();
|
| [DoNotCheckSignature] void doNotCheckSignatureVoidMethod();
|
| + [PerContextEnabled=FeatureName] void perContextEnabledVoidMethod();
|
| };
|
|
|