| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index dabff58f486c06686137a81967f196a44d682cd0..597d9fa37e5f9d5e5ed4ff253e3315d89cd32295 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -375,6 +375,7 @@ interface TestObjectPython {
|
| void removeEventListener(DOMString type,
|
| EventListener listener,
|
| optional boolean useCapture);
|
| + [RaisesException] boolean dispatchEvent(Event event);
|
|
|
| // Extended attributes for arguments
|
| // [Clamp]
|
|
|