| Index: Source/modules/serviceworkers/NavigatorServiceWorker.h
|
| diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.h b/Source/modules/serviceworkers/NavigatorServiceWorker.h
|
| index ef60deecfaa2d63c1ce199f79b796da13aec2fb6..22b3c851164f114392c2b11e91894502f8690c3e 100644
|
| --- a/Source/modules/serviceworkers/NavigatorServiceWorker.h
|
| +++ b/Source/modules/serviceworkers/NavigatorServiceWorker.h
|
| @@ -35,6 +35,11 @@
|
| #include "core/page/Navigator.h"
|
| #include "platform/Supplementable.h"
|
|
|
| +namespace WebKit {
|
| +class WebServiceWorkerProvider;
|
| +class WebServiceWorkerProviderClient;
|
| +}
|
| +
|
| namespace WebCore {
|
|
|
| class ExceptionState;
|
| @@ -55,9 +60,12 @@ private:
|
|
|
| explicit NavigatorServiceWorker(Navigator*);
|
|
|
| + WebKit::WebServiceWorkerProvider* serviceWorkerProvider();
|
| +
|
| static const char* supplementName();
|
|
|
| Navigator* m_navigator;
|
| + OwnPtr<WebKit::WebServiceWorkerProvider> m_provider;
|
| };
|
|
|
| } // namespace WebCore
|
|
|