| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index f4ea42bbd9ba55a577985170e7ceec3d9eb89d21..4f4047aacc2d0358399234ea056d0a17cb593cd8 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -360,6 +360,10 @@ interface TestObject {
|
| void voidMethodSequenceStringArg(sequence<DOMString> stringSequenceArg);
|
| void voidMethodSequenceTestInterfaceEmptyArg(sequence<TestInterfaceEmpty> testInterfaceEmptySequenceArg);
|
| // Nullable types
|
| + long? nullableLongMethod();
|
| + DOMString? nullableStringMethod();
|
| + TestInterface? nullableTestInterfaceMethod();
|
| + sequence<long>? nullableLongSequenceMethod();
|
| // Currently only used on interface type arguments
|
| void voidMethodTestInterfaceEmptyOrNullArg(TestInterfaceEmpty? nullableTestInterfaceEmptyArg);
|
| // Callback interface types
|
|
|