| 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 9c909607a062a39d84c46f2efe62c3e76d9d5b62..a230abe377d133853b7194426e09293d374e9254 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -49,7 +49,7 @@ namespace blink {
|
|
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| -class WebLocalFrameImpl;
|
| +class WebLocalFrameBase;
|
| class WebServiceWorkerNetworkProvider;
|
| class WebSharedWorkerClient;
|
| class WebString;
|
| @@ -134,7 +134,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
|
| Persistent<ExecutionContext> loading_document_;
|
| Persistent<ThreadableLoadingContext> loading_context_;
|
| WebView* web_view_;
|
| - Persistent<WebLocalFrameImpl> main_frame_;
|
| + Persistent<WebLocalFrameBase> main_frame_;
|
| bool asked_to_terminate_;
|
|
|
| std::unique_ptr<WebServiceWorkerNetworkProvider> network_provider_;
|
|
|