Index: Source/core/xml/XSLImportRule.h |
diff --git a/Source/core/xml/XSLImportRule.h b/Source/core/xml/XSLImportRule.h |
index fe6d9ad8e2b9956fa9556a3be45d04a574dd340b..d4c5d67fb05756b0b93726e1a6b5b27d82fdcbfa 100644 |
--- a/Source/core/xml/XSLImportRule.h |
+++ b/Source/core/xml/XSLImportRule.h |
@@ -32,7 +32,7 @@ namespace blink { |
class XSLStyleSheetResource; |
-class XSLImportRule FINAL : public NoBaseWillBeGarbageCollectedFinalized<XSLImportRule> { |
+class XSLImportRule final : public NoBaseWillBeGarbageCollectedFinalized<XSLImportRule> { |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |
static PassOwnPtrWillBeRawPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href) |