| 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 38c7f466469a1b5ac6604621bab4e9f09f34ded8..ecd67ae5d34c457bb984d8ef2f6cc4fbec57f896 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| @@ -264,7 +264,7 @@ private:
|
| Member<Blob> m_responseBlob;
|
| Member<Stream> m_responseLegacyStream;
|
|
|
| - RefPtr<ThreadableLoader> m_loader;
|
| + OwnPtr<ThreadableLoader> m_loader;
|
| State m_state;
|
|
|
| ResourceResponse m_response;
|
|
|