| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 96e805b164d20bcb3cd1055a4d18b22376c0239d..15ebf639abcb839a722028a0084fb0da81954e8a 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -307,9 +307,7 @@ interface TestObject {
|
| void voidMethodVoidCallbackFunctionArg(VoidCallbackFunction voidCallbackFunctionArg);
|
| void voidMethodAnyCallbackFunctionOptionalAnyArg(AnyCallbackFunctionOptionalAnyArg anyCallbackFunctionOptionalAnyArgArg);
|
| // Custom type conversions
|
| - CompareHow compareHowMethod();
|
| any anyMethod();
|
| - void voidMethodCompareHowArg(CompareHow compareHowArg);
|
| void voidMethodEventTargetArg(EventTarget eventTargetArg);
|
| void voidMethodAnyArg(any anyArg);
|
| // DOM node types
|
|
|