| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.idl
 | 
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.idl b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.idl
 | 
| index 33b111a0f5e64c10a96b7900058db88817ec48a9..fbca69caf2241ce30820f6a1dbdf0dba30ff233a 100644
 | 
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.idl
 | 
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.idl
 | 
| @@ -66,7 +66,7 @@ enum XMLHttpRequestResponseType {
 | 
|      readonly attribute XMLHttpRequestUpload upload;
 | 
|      // TODO(foolip): The data argument should be of type
 | 
|      // (Document or BodyInit)?
 | 
| -    [RaisesException] void send(optional (ArrayBuffer or ArrayBufferView or Blob or Document or DOMString or FormData)? body = null);
 | 
| +    [RaisesException] void send(optional (ArrayBuffer or ArrayBufferView or Blob or Document or DOMString or FormData or URLSearchParams)? body = null);
 | 
|      void abort();
 | 
|  
 | 
|      // response
 | 
| 
 |