Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
index 8b8a6b137be63ffdf537cc2925ff6f0d2810e299..c44ac663071d6e96bbde45e8d9b556989ceedb07 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
@@ -91,7 +91,7 @@ public: |
protected: |
// EventTarget |
- bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override; |
+ WebInputEventResult dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override; |
bool addEventListenerInternal(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, const EventListenerOptions&) override; |
private: |