| 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 561ff2d1b3e11519e87a69fe8e8d949800db63aa..aec343e3ed14c5979b36f95dfdeddc0c691f60eb 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -1638,8 +1638,6 @@ void XMLHttpRequest::NotifyParserStopped() {
|
|
|
| ClearVariablesForLoading();
|
|
|
| - response_document_->CheckCompleted();
|
| -
|
| if (!response_document_->WellFormed())
|
| response_document_ = nullptr;
|
|
|
|
|