| Index: Source/core/xml/XPathStep.h
|
| diff --git a/Source/core/xml/XPathStep.h b/Source/core/xml/XPathStep.h
|
| index 63986cfe3970f18d438759943ea00a7ab10db5f4..38cae2fe2fcbd81b99f4a4c837247de21e97e7bb 100644
|
| --- a/Source/core/xml/XPathStep.h
|
| +++ b/Source/core/xml/XPathStep.h
|
| @@ -38,7 +38,7 @@ namespace XPath {
|
|
|
| class Predicate;
|
|
|
| -class Step FINAL : public ParseNode {
|
| +class Step final : public ParseNode {
|
| WTF_MAKE_NONCOPYABLE(Step);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
| @@ -96,7 +96,7 @@ public:
|
| Step(Axis, const NodeTest&);
|
| Step(Axis, const NodeTest&, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >&);
|
| virtual ~Step();
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| void optimize();
|
|
|
|
|