| Index: Source/core/html/HTMLImageElement.h | 
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h | 
| index 0f9bc676d3005cf1851aa439dc102bfa7cda472d..606309c67619a712213096b5126cf37ea9225417 100644 | 
| --- a/Source/core/html/HTMLImageElement.h | 
| +++ b/Source/core/html/HTMLImageElement.h | 
| @@ -93,7 +93,7 @@ private: | 
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; | 
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; | 
|  | 
| -    virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; | 
| +    virtual void createRenderTree(const AttachContext& = AttachContext()) OVERRIDE; | 
| virtual RenderObject* createRenderer(RenderStyle*); | 
|  | 
| virtual bool canStartSelection() const; | 
|  |