| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 7d225343bd437d7d993e22a919dc9835871814f4..ead979d5e6e3befdc0d45c60d09c61e3aafcac88 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -387,15 +387,6 @@ interface TestObjectPython {
|
| static void overloadedStaticMethod(long longArg);
|
| static void overloadedStaticMethod(long longArg1, long longArg2);
|
|
|
| - // Exceptional methods for EventListener
|
| - void addEventListener(DOMString type,
|
| - EventListener listener,
|
| - optional boolean useCapture);
|
| - void removeEventListener(DOMString type,
|
| - EventListener listener,
|
| - optional boolean useCapture);
|
| - [RaisesException] boolean dispatchEvent(Event event);
|
| -
|
| // Extended attributes for arguments
|
| // [Clamp]
|
| void voidMethodClampUnsignedShortArg([Clamp] unsigned short clampUnsignedShortArg);
|
|
|