| Index: third_party/WebKit/Source/web/AssociatedURLLoader.h
|
| diff --git a/third_party/WebKit/Source/web/AssociatedURLLoader.h b/third_party/WebKit/Source/web/AssociatedURLLoader.h
|
| index 6dcd06e040179fdab424f2d7b549fc32fa0b5a70..6e81fd23a13857d1a18ff0d41a97e8764c29a89b 100644
|
| --- a/third_party/WebKit/Source/web/AssociatedURLLoader.h
|
| +++ b/third_party/WebKit/Source/web/AssociatedURLLoader.h
|
| @@ -64,7 +64,7 @@ private:
|
| WebURLLoaderOptions m_options;
|
| WebURLLoaderClient* m_client;
|
| OwnPtr<ClientAdapter> m_clientAdapter;
|
| - RefPtr<DocumentThreadableLoader> m_loader;
|
| + OwnPtr<DocumentThreadableLoader> m_loader;
|
| };
|
|
|
| } // namespace blink
|
|
|