Index: Source/core/xml/XMLHttpRequest.h |
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h |
index f254b160ab04d5b37c351009e02e881876534b1f..ad07376004261e2f43046433dcaadf657ac4f0e2 100644 |
--- a/Source/core/xml/XMLHttpRequest.h |
+++ b/Source/core/xml/XMLHttpRequest.h |
@@ -264,7 +264,7 @@ private: |
RefPtrWillBeMember<DocumentParser> m_responseDocumentParser; |
RefPtr<SharedBuffer> m_binaryResponseBuilder; |
- long long m_downloadedBlobLength; |
+ long long m_lengthDownloadedToFile; |
RefPtr<ArrayBuffer> m_responseArrayBuffer; |
@@ -293,6 +293,9 @@ private: |
bool m_uploadEventsAllowed; |
bool m_uploadComplete; |
bool m_sameOriginRequest; |
+ // True iff the ongoing resource loading is using the downloadToFile |
+ // option. |
+ bool m_downloadingToFile; |
}; |
} // namespace blink |