| Index: Source/core/events/TreeScopeEventContext.h
|
| diff --git a/Source/core/events/TreeScopeEventContext.h b/Source/core/events/TreeScopeEventContext.h
|
| index 26894a0add6b4cae250e6fc15e252dd0f555ef93..9c23cfeeaeefb80ffab06c35eedc6a06e86da10d 100644
|
| --- a/Source/core/events/TreeScopeEventContext.h
|
| +++ b/Source/core/events/TreeScopeEventContext.h
|
| @@ -44,7 +44,7 @@ typedef StaticNodeTypeList<Node> StaticNodeList;
|
| class TouchEventContext;
|
| class TreeScope;
|
|
|
| -class TreeScopeEventContext FINAL : public RefCountedWillBeGarbageCollected<TreeScopeEventContext> {
|
| +class TreeScopeEventContext final : public RefCountedWillBeGarbageCollected<TreeScopeEventContext> {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TreeScopeEventContext);
|
| public:
|
| static PassRefPtrWillBeRawPtr<TreeScopeEventContext> create(TreeScope&);
|
|
|