Index: Source/core/html/HTMLDivElement.h |
diff --git a/Source/core/html/HTMLDivElement.h b/Source/core/html/HTMLDivElement.h |
index 12e230088b2cd17703f9cb15ff01075462b81616..f810ce40f09f56e77c6de1fbe21069f7b7616159 100644 |
--- a/Source/core/html/HTMLDivElement.h |
+++ b/Source/core/html/HTMLDivElement.h |
@@ -35,7 +35,6 @@ protected: |
explicit HTMLDivElement(Document&); |
private: |
- virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
}; |