| Index: Source/modules/serviceworkers/FetchEvent.h
|
| diff --git a/Source/modules/serviceworkers/FetchEvent.h b/Source/modules/serviceworkers/FetchEvent.h
|
| index 8bc4ca2bdeafed81d0d933c84739b8b25612e2c5..4fda486fb2a2021a2292a1f1e9919db3aa4616af 100644
|
| --- a/Source/modules/serviceworkers/FetchEvent.h
|
| +++ b/Source/modules/serviceworkers/FetchEvent.h
|
| @@ -34,7 +34,7 @@ public:
|
|
|
| void respondWith(ScriptState*, const ScriptValue&, ExceptionState&);
|
|
|
| - virtual const AtomicString& interfaceName() const override;
|
| + const AtomicString& interfaceName() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|