| 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 60c51e58e7955f4f0d1fe560eb959ebca697477e..592f8d8223f3069af88645500a8578bcb9f9afb0 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;
|
|
|