Index: Source/core/xml/XPathResult.h |
diff --git a/Source/core/xml/XPathResult.h b/Source/core/xml/XPathResult.h |
index c286ca09106e3933734a6f132a01e89f17e3b8d3..b074bb845d16124f47b8ff36e870e6f1db0611ff 100644 |
--- a/Source/core/xml/XPathResult.h |
+++ b/Source/core/xml/XPathResult.h |
@@ -43,7 +43,7 @@ namespace XPath { |
struct EvaluationContext; |
} |
-class XPathResult FINAL : public RefCountedWillBeGarbageCollected<XPathResult>, public ScriptWrappable { |
+class XPathResult final : public RefCountedWillBeGarbageCollected<XPathResult>, public ScriptWrappable { |
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(XPathResult); |
DEFINE_WRAPPERTYPEINFO(); |
public: |