| Index: Source/core/events/MouseRelatedEvent.h
|
| diff --git a/Source/core/events/MouseRelatedEvent.h b/Source/core/events/MouseRelatedEvent.h
|
| index 692adf3d97c39d18aa9f67e68088b8410cb34d25..19475229d3e8ae4c7a9a1dcda6893b76b1170763 100644
|
| --- a/Source/core/events/MouseRelatedEvent.h
|
| +++ b/Source/core/events/MouseRelatedEvent.h
|
| @@ -74,7 +74,7 @@ namespace blink {
|
|
|
| void initCoordinates();
|
| void initCoordinates(const LayoutPoint& clientLocation);
|
| - virtual void receivedTarget() override final;
|
| + void receivedTarget() final;
|
|
|
| void computePageLocation();
|
| void computeRelativePosition();
|
|
|