| Index: Source/modules/serviceworkers/ExtendableEvent.h
|
| diff --git a/Source/modules/serviceworkers/ExtendableEvent.h b/Source/modules/serviceworkers/ExtendableEvent.h
|
| index 49a25b436f968705cdf63b09beaaacf324416193..585bc85111c35225324508c5775778f413fcca3e 100644
|
| --- a/Source/modules/serviceworkers/ExtendableEvent.h
|
| +++ b/Source/modules/serviceworkers/ExtendableEvent.h
|
| @@ -47,11 +47,11 @@ public:
|
| static PassRefPtrWillBeRawPtr<ExtendableEvent> create(const AtomicString& type, const ExtendableEventInit&);
|
| static PassRefPtrWillBeRawPtr<ExtendableEvent> create(const AtomicString& type, const ExtendableEventInit&, WaitUntilObserver*);
|
|
|
| - virtual ~ExtendableEvent();
|
| + ~ExtendableEvent() override;
|
|
|
| void waitUntil(ScriptState*, const ScriptValue&, ExceptionState&);
|
|
|
| - virtual const AtomicString& interfaceName() const override;
|
| + const AtomicString& interfaceName() const override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
|
|