| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| index bb6c7d3d3bcce55a1bab131516d8480c8adef528..e412a14182664727902b687aba1ea3bc80c2e370 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| @@ -332,8 +332,8 @@ class XMLHttpRequest final : public XMLHttpRequestEventTarget,
|
| // this separate flag since m_responseDocument can be 0 for some cases.
|
| bool m_parsedResponse;
|
| bool m_error;
|
| - bool m_uploadEventsAllowed;
|
| - bool m_uploadComplete;
|
| + bool m_uploadListenerFlag;
|
| + bool m_uploadCompleteFlag;
|
| bool m_sameOriginRequest;
|
| // True iff the ongoing resource loading is using the downloadToFile
|
| // option.
|
|
|