| Index: Source/core/events/EventPath.h
|
| diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h
|
| index 947ab8d08deaa4ba0d52edf0e39e27e05c1b235e..7101e27b12bc858e2a6e5424327d148bf11f2754 100644
|
| --- a/Source/core/events/EventPath.h
|
| +++ b/Source/core/events/EventPath.h
|
| @@ -42,7 +42,7 @@ class TouchEvent;
|
| class TouchList;
|
| class TreeScope;
|
|
|
| -class EventPath FINAL : public NoBaseWillBeGarbageCollected<EventPath> {
|
| +class EventPath final : public NoBaseWillBeGarbageCollected<EventPath> {
|
| public:
|
| explicit EventPath(Event*);
|
| explicit EventPath(Node*);
|
|
|