Index: Source/core/svg/SVGImageElement.h |
diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h |
index cd0536d7967a2eb0bac92619a8e1454f5c4b747e..def1833f34fc9adfc8ca5debafaf2b44dbb1e133 100644 |
--- a/Source/core/svg/SVGImageElement.h |
+++ b/Source/core/svg/SVGImageElement.h |
@@ -56,7 +56,7 @@ private: |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); |
+ virtual RenderObject* createRenderer(RenderStyle*); |
virtual const AtomicString& imageSourceURL() const OVERRIDE; |
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const; |