| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 7701d5a704073903cfee0258cdb0eb4ab09f1ca4..73ffee2218b9482cac66c35d8cc1bebc2d4bbadc 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -330,4 +330,5 @@ interface TestObjectPython {
|
| [RaisesException] void raisesExceptionVoidMethodOptionalLongArg(optional long optionalLongArg);
|
| [ReadOnly] void readOnlyVoidMethod();
|
| [NotEnumerable, ReadOnly] void notEnumerableReadOnlyVoidMethod();
|
| + [Unforgeable] void unforgeableVoidMethod();
|
| };
|
|
|