Index: Source/core/html/HTMLLIElement.h |
diff --git a/Source/core/html/HTMLLIElement.h b/Source/core/html/HTMLLIElement.h |
index 0c02ebb62e48094475f50ece14e1c5302c9521be..32e6c4c1d9cb535cef48b43face9198bf2b87419 100644 |
--- a/Source/core/html/HTMLLIElement.h |
+++ b/Source/core/html/HTMLLIElement.h |
@@ -39,7 +39,7 @@ private: |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
- virtual void attach(); |
+ virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
void parseValue(const AtomicString&); |
}; |