| 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..aea33ffa58e19edb3dd2b1a1129bea630399710a 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();
|
| + [ImplementedAs=implementedAsMethodName] void implementedAsVoidMethod();
|
| };
|
|
|