| Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| index dd691c59819e40d8952879a2cd74f6ccf7dc20dd..d2702142ff904d983f75c97c1d0df3e4c9460cc4 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| @@ -147,9 +147,10 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader, priv
|
| StoredCredentials effectiveAllowCredentials() const;
|
|
|
| SecurityOrigin* securityOrigin() const;
|
| + Document& document() const;
|
|
|
| ThreadableLoaderClient* m_client;
|
| - Document& m_document;
|
| + RawPtrWillBeWeakPersistent<Document> m_document;
|
|
|
| const ThreadableLoaderOptions m_options;
|
| // Some items may be overridden by m_forceDoNotAllowStoredCredentials
|
|
|