| 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 e46e297a2d1382a6707d55882a5217a40008feb7..8b8a6b137be63ffdf537cc2925ff6f0d2810e299 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -92,7 +92,7 @@ public:
|
| protected:
|
| // EventTarget
|
| bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override;
|
| - bool addEventListenerInternal(const AtomicString& eventType, PassRefPtr<EventListener>, const EventListenerOptions&) override;
|
| + bool addEventListenerInternal(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, const EventListenerOptions&) override;
|
|
|
| private:
|
| class SkipWaitingCallback;
|
|
|