| 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 4f22667855cf4999bb79e569a1d85b6fbfec67a1..5c423755b9a5daae6263e4897ffbf1542f52ced5 100644
|
| --- a/third_party/WebKit/Source/web/AssociatedURLLoader.h
|
| +++ b/third_party/WebKit/Source/web/AssociatedURLLoader.h
|
| @@ -57,13 +57,14 @@ public:
|
| void setDefersLoading(bool) override;
|
| void setLoadingTaskRunner(blink::WebTaskRunner*) override;
|
|
|
| -private:
|
| + void documentStopped();
|
|
|
| +private:
|
| class ClientAdapter;
|
| + class DocumentWatcher;
|
|
|
| - Persistent<WebLocalFrameImpl> m_frameImpl;
|
| + Persistent<DocumentWatcher> m_watcher;
|
| WebURLLoaderOptions m_options;
|
| - WebURLLoaderClient* m_client;
|
| OwnPtr<ClientAdapter> m_clientAdapter;
|
| OwnPtr<DocumentThreadableLoader> m_loader;
|
| };
|
|
|