Index: Source/core/html/HTMLParagraphElement.h |
diff --git a/Source/core/html/HTMLParagraphElement.h b/Source/core/html/HTMLParagraphElement.h |
index b5cd53e76d46237a67d0b890198eb22839d5b379..fe0f9ec3150c37f585a34b014d32791e98e2353c 100644 |
--- a/Source/core/html/HTMLParagraphElement.h |
+++ b/Source/core/html/HTMLParagraphElement.h |
@@ -27,7 +27,7 @@ |
namespace blink { |
-class HTMLParagraphElement FINAL : public HTMLElement { |
+class HTMLParagraphElement final : public HTMLElement { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLParagraphElement); |
@@ -35,7 +35,7 @@ public: |
private: |
explicit HTMLParagraphElement(Document&); |
- virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
+ virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
}; |
} // namespace blink |