Index: Source/core/html/HTMLTableCaptionElement.h |
diff --git a/Source/core/html/HTMLTableCaptionElement.h b/Source/core/html/HTMLTableCaptionElement.h |
index 33315acfdb04262bf2954f68d7184ed8dd6fe945..bd3bdf4b49eae6a4b83dbac2e450a1051fa58816 100644 |
--- a/Source/core/html/HTMLTableCaptionElement.h |
+++ b/Source/core/html/HTMLTableCaptionElement.h |
@@ -37,7 +37,6 @@ public: |
private: |
HTMLTableCaptionElement(Document&); |
- virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
}; |