| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index 1a37ac931d2e26e02495474baeb0bc90ba269af8..7454b51b69ff067792dbff84a9cd4bd0a03a5cf5 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -137,11 +137,12 @@ class WebSharedWorkerImpl final : public WebFrameClient,
|
| void postTaskToWorkerGlobalScope(
|
| const WebTraceLocation&,
|
| std::unique_ptr<WTF::CrossThreadClosure>) override;
|
| - ExecutionContext* getLoaderExecutionContext() override;
|
| + ThreadableLoadingContext* getThreadableLoadingContext() override;
|
|
|
| // 'shadow page' - created to proxy loading requests from the worker.
|
| // Will be accessed by worker thread when posting tasks.
|
| Persistent<ExecutionContext> m_loadingDocument;
|
| + Persistent<ThreadableLoadingContext> m_loadingContext;
|
| WebView* m_webView;
|
| Persistent<WebLocalFrameImpl> m_mainFrame;
|
| bool m_askedToTerminate;
|
|
|