Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 3f4cd2d763cd4db9c5ed00cb6a7d03a165bed7af..223ce1b482285921466ca97b119f2611a90b0e22 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -59,9 +59,9 @@ class WebServiceWorkerRequest; |
// An instance of this class is supposed to outlive until |
// workerGlobalScopeDestroyed() is called by its corresponding |
// WorkerGlobalScope. |
-class ServiceWorkerGlobalScopeProxy FINAL : |
- public WebServiceWorkerContextProxy, |
- public blink::WorkerReportingProxy { |
+class ServiceWorkerGlobalScopeProxy FINAL |
+ : public WebServiceWorkerContextProxy |
+ , public blink::WorkerReportingProxy { |
WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy); |
public: |
static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, blink::ExecutionContext&, WebServiceWorkerContextClient&); |