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