Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index 2c40d06dd5f107c4a1b13f1c0fe61f844a97130c..31b49723954884b20904f563fa462af801d92105 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -121,7 +121,7 @@ private: |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
virtual void attach(const AttachContext& = AttachContext()) override; |
- virtual RenderObject* createRenderer(const RenderStyle&) override; |
+ virtual LayoutObject* createRenderer(const RenderStyle&) override; |
virtual bool canStartSelection() const override { return false; } |