| 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 71478e8e73271632c5f5b649df6a36319e5f7c8d..428852ec61ff25dc532af6355d017ba6ae36dc08 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -355,6 +355,7 @@ interface TestObject {
|
| (boolean or DOMString or unrestricted double) booleanOrDOMStringOrUnrestrictedDoubleMethod();
|
| (TestInterface or long) testInterfaceOrLongMethod();
|
| void voidMethodDOMStringOrDouble((DOMString or double) arg);
|
| + void voidMethodDOMStringOrArrayBufferOrArrayBufferView((DOMString or ArrayBuffer or ArrayBufferView) arg);
|
| // Currently only used on interface type arguments
|
| void voidMethodTestInterfaceEmptyOrNullArg(TestInterfaceEmpty? nullableTestInterfaceEmptyArg);
|
| // Callback interface types
|
|
|