Index: Source/core/html/HTMLParagraphElement.h |
diff --git a/Source/core/html/HTMLParagraphElement.h b/Source/core/html/HTMLParagraphElement.h |
index 4bfbbf6442530eeb46f54255e48cd0d0ca053315..ac83f03427511f6b520af5a54866004ccc1e19e9 100644 |
--- a/Source/core/html/HTMLParagraphElement.h |
+++ b/Source/core/html/HTMLParagraphElement.h |
@@ -34,7 +34,6 @@ public: |
private: |
explicit HTMLParagraphElement(Document&); |
- virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
}; |