| 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 9e6bb4c5f8a9b3dbd7f19301df7b6165b0252468..dbe4f19fddce269a3b6051c85df6b6d74759b7e8 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -227,8 +227,12 @@ XMLHttpRequest::XMLHttpRequest(
|
| : ActiveScriptWrappable(this),
|
| ActiveDOMObject(context),
|
| m_timeoutMilliseconds(0),
|
| + m_responseBlob(this, nullptr),
|
| + m_responseLegacyStream(this, nullptr),
|
| m_state(kUnsent),
|
| + m_responseDocument(this, nullptr),
|
| m_lengthDownloadedToFile(0),
|
| + m_responseArrayBuffer(this, nullptr),
|
| m_receivedLength(0),
|
| m_exceptionCode(0),
|
| m_progressEventThrottle(
|
|
|