Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index f5101603d7f203c5023b0bacb90a5dbd1dab44c9..063510fd8dbaae7b7abd14735c92e796da301aea 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -90,7 +90,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; |
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); |
virtual bool canStartSelection() const; |