| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 60e56fa37b4e7e03a8c20f545045c811c6b553b9..bddf8ab959bda0fd893bd39a22beaca335608c66 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -81,6 +81,7 @@ public:
|
| void dispatchNotificationCloseEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
| void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
|
| + bool hasFetchEventHandler() override;
|
|
|
| // WorkerReportingProxy overrides:
|
| void reportException(const String& errorMessage, PassOwnPtr<SourceLocation>) override;
|
|
|