| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index ead979d5e6e3befdc0d45c60d09c61e3aafcac88..6f8541863fdaa9ebdec72396a4744e7a2a06784b 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -181,6 +181,7 @@ interface TestObjectPython {
|
| [PutForwards=hrefThrows] readonly attribute TestNode locationWithException;
|
| [PutForwards=hrefCallWith] readonly attribute TestNode locationWithCallWith;
|
| [PerWorldBindings, PutForwards=href] readonly attribute TestNode locationWithPerWorldBindings;
|
| + [PutForwards=attr1] readonly attribute TestInterfaceWillBeGarbageCollected locationWillBeGarbageCollected;
|
| [RaisesException] attribute long raisesExceptionLongAttribute;
|
| [RaisesException=Getter] attribute long raisesExceptionGetterLongAttribute;
|
| [RaisesException=Setter] attribute long setterRaisesExceptionLongAttribute;
|
|
|