| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| index f326a0041130d2d4f0e9f4c40b8ecf5e1e3f8864..ee901f867244dbefd3c09b1c78983c34318f9961 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -667,7 +667,7 @@ void XMLHttpRequest::send(const ArrayBufferOrArrayBufferViewOrBlobOrDocumentOrSt
|
| }
|
|
|
| if (body.isDocument()) {
|
| - send(body.getAsDocument().get(), exceptionState);
|
| + send(body.getAsDocument(), exceptionState);
|
| return;
|
| }
|
|
|
|
|