Index: Source/core/xml/DOMParser.h |
diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h |
index f21cd68c775dc58bc3b127c5e59c14ee1968ec2b..b65395bbb24ab65fb4c81d1a47d781e12bbc21f9 100644 |
--- a/Source/core/xml/DOMParser.h |
+++ b/Source/core/xml/DOMParser.h |
@@ -30,7 +30,7 @@ namespace blink { |
class Document; |
class ExceptionState; |
-class DOMParser FINAL : public RefCountedWillBeGarbageCollected<DOMParser>, public ScriptWrappable { |
+class DOMParser final : public RefCountedWillBeGarbageCollected<DOMParser>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<DOMParser> create() |