| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| index 1449a22965948267aae40afc9abd451fc64ce273..1f5240ba90f8018cc65a5c360553c37a734bc79f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -315,6 +315,7 @@ interface TestObject {
|
| FrozenArray<long> longFrozenArrayMethod();
|
| void voidMethodStringFrozenArrayMethod(FrozenArray<DOMString> stringFrozenArrayArg);
|
| void voidMethodTestInterfaceEmptyFrozenArrayMethod(FrozenArray<TestInterfaceEmpty> testInterfaceEmptyFrozenArrayArg);
|
| + void voidMethodSequenceUnionArrayBufferView(sequence<(ArrayBuffer or ArrayBufferView)> unionSequenceArg);
|
| // Nullable types
|
| long? nullableLongMethod();
|
| DOMString? nullableStringMethod();
|
|
|