| Index: third_party/WebKit/Source/core/dom/URLSearchParams.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/URLSearchParams.idl b/third_party/WebKit/Source/core/dom/URLSearchParams.idl
|
| index 1c2642fdb35637dbd27b77fe8bf691855289da91..a350573ac3d845f468df71cf4568f4977d335567 100644
|
| --- a/third_party/WebKit/Source/core/dom/URLSearchParams.idl
|
| +++ b/third_party/WebKit/Source/core/dom/URLSearchParams.idl
|
| @@ -5,8 +5,9 @@
|
| // https://url.spec.whatwg.org/#interface-urlsearchparams
|
|
|
| [
|
| - Constructor(optional (USVString or URLSearchParams) init = ""),
|
| - Exposed=(Window,Worker)
|
| + Constructor(optional (sequence<sequence<USVString>> or USVString or URLSearchParams) init = ""),
|
| + Exposed=(Window,Worker),
|
| + RaisesException=Constructor,
|
| ] interface URLSearchParams {
|
| void append(USVString name, USVString value);
|
| [ImplementedAs=deleteAllWithName] void delete(USVString name);
|
|
|