Index: Source/core/xml/XPathEvaluator.h |
diff --git a/Source/core/xml/XPathEvaluator.h b/Source/core/xml/XPathEvaluator.h |
index bd944ea8293080a7879b6ff7b9f94c376533f12c..b0ac14c90afe77bb99dd0fd6d1b03787aac7aea1 100644 |
--- a/Source/core/xml/XPathEvaluator.h |
+++ b/Source/core/xml/XPathEvaluator.h |
@@ -41,7 +41,7 @@ class XPathExpression; |
class XPathNSResolver; |
class XPathResult; |
-class XPathEvaluator FINAL : public RefCountedWillBeGarbageCollected<XPathEvaluator>, public ScriptWrappable { |
+class XPathEvaluator final : public RefCountedWillBeGarbageCollected<XPathEvaluator>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<XPathEvaluator> create() |