Chromium Code Reviews| Index: Source/core/xml/XMLHttpRequest.h |
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h |
| index f254b160ab04d5b37c351009e02e881876534b1f..d86d83bbea564c64d84762ba88faf7e39ef37fea 100644 |
| --- a/Source/core/xml/XMLHttpRequest.h |
| +++ b/Source/core/xml/XMLHttpRequest.h |
| @@ -264,7 +264,8 @@ private: |
| RefPtrWillBeMember<DocumentParser> m_responseDocumentParser; |
| RefPtr<SharedBuffer> m_binaryResponseBuilder; |
| - long long m_downloadedBlobLength; |
| + bool m_downloadingToFile; |
|
sof
2014/09/10 14:21:39
Move this down into the bool block at the end.
tyoshino (SeeGerritForStatus)
2014/09/11 04:30:57
Done.
|
| + long long m_lengthDownloadedToFile; |
| RefPtr<ArrayBuffer> m_responseArrayBuffer; |