| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 072585f86a00af55aaa6e2e8af6df0028a1a116f..657645e397821f9a46c25b28123bdc31310f68f6 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -128,13 +128,6 @@ interface TestObject : EventTarget {
|
| [Custom, MeasureAs=CustomTestFeature] void customMethod();
|
| [Custom] void customMethodWithArgs(long longArg, DOMString strArg, TestObject objArg);
|
|
|
| - void addEventListener(DOMString type,
|
| - EventListener listener,
|
| - optional boolean useCapture);
|
| - void removeEventListener(DOMString type,
|
| - EventListener listener,
|
| - optional boolean useCapture);
|
| -
|
| // 'CallWith' extended attribute
|
| [CallWith=ScriptState] void withScriptStateVoid();
|
| [CallWith=ScriptState] TestObject withScriptStateObj();
|
|
|