| Index: Source/core/svg/SVGZoomEvent.h
|
| diff --git a/Source/core/svg/SVGZoomEvent.h b/Source/core/svg/SVGZoomEvent.h
|
| index ce333e9e451859a8154700f817b923ac9ef17431..134da5ec8ddfa3508ed13d2e2196c7a6ae552597 100644
|
| --- a/Source/core/svg/SVGZoomEvent.h
|
| +++ b/Source/core/svg/SVGZoomEvent.h
|
| @@ -48,7 +48,7 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<SVGPointTearOff> newTranslate() const;
|
|
|
| - virtual const AtomicString& interfaceName() const override;
|
| + const AtomicString& interfaceName() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|