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 06d47176f74c1acd8ec16c7173605cfba66224a8..e57a2006e0d866e600478ce25d1134c8f55eb714 100644 |
--- a/third_party/WebKit/Source/web/AssociatedURLLoader.h |
+++ b/third_party/WebKit/Source/web/AssociatedURLLoader.h |
@@ -84,7 +84,7 @@ private: |
// An adapter which converts the DocumentThreadableLoaderClient method |
// calls into the WebURLLoaderClient method calls. |
std::unique_ptr<ClientAdapter> m_clientAdapter; |
- std::unique_ptr<DocumentThreadableLoader> m_loader; |
+ Persistent<DocumentThreadableLoader> m_loader; |
// A ContextLifecycleObserver for cancelling |m_loader| when the Document |
// is detached. |