| Index: Source/web/WebEmbeddedWorkerImpl.h
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
|
| index 98c5b38fe61dba8610d2d1c11e0112e11b05e644..6333270d653c039878daa99ba36ea633dd95b93d 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -47,9 +47,9 @@ class ServiceWorkerGlobalScopeProxy;
|
| class WebServiceWorkerNetworkProvider;
|
| class WebView;
|
|
|
| -class WebEmbeddedWorkerImpl FINAL :
|
| - public WebEmbeddedWorker,
|
| - public WebFrameClient {
|
| +class WebEmbeddedWorkerImpl FINAL
|
| + : public WebEmbeddedWorker
|
| + , public WebFrameClient {
|
| WTF_MAKE_NONCOPYABLE(WebEmbeddedWorkerImpl);
|
| public:
|
| WebEmbeddedWorkerImpl(
|
|
|