Chromium Code Reviews| Index: Source/core/xml/XPathStep.h |
| diff --git a/Source/core/xml/XPathStep.h b/Source/core/xml/XPathStep.h |
| index 8aceda0182dc6753321113e745d660c20f8b87e8..8bd423ca8521a898ca6441150fd53acc07c5db3f 100644 |
| --- a/Source/core/xml/XPathStep.h |
| +++ b/Source/core/xml/XPathStep.h |
| @@ -93,7 +93,7 @@ public: |
| Step(Axis, const NodeTest&); |
| Step(Axis, const NodeTest&, HeapVector<Member<Predicate>>&); |
| - virtual ~Step(); |
| + ~Step() override; |
| DECLARE_VIRTUAL_TRACE(); |
| void optimize(); |