| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| index 7f0f72c4edcf6860ff9140b08e3e5a80215b5932..d4babcb5cf4d5064f1caf7abdf03c354e7a8a80a 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -45,7 +45,7 @@ namespace blink {
|
|
|
| class ThreadableLoadingContext;
|
| class ServiceWorkerGlobalScopeProxy;
|
| -class WebLocalFrameImpl;
|
| +class WebLocalFrameBase;
|
| class WebView;
|
| class WorkerInspectorProxy;
|
| class WorkerScriptLoader;
|
| @@ -123,7 +123,7 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
|
| // are guaranteed to exist while this object is around.
|
| WebView* web_view_;
|
|
|
| - Persistent<WebLocalFrameImpl> main_frame_;
|
| + Persistent<WebLocalFrameBase> main_frame_;
|
| Persistent<ThreadableLoadingContext> loading_context_;
|
|
|
| bool loading_shadow_page_;
|
|
|