Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index 781477b3e98f72d5a371a479b2fa80b0c32d4c7f..9eb57d494b66bd45724c080d1b3e33e0bae88880 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -137,7 +137,7 @@ private: |
HTMLCanvasElement(const QualifiedName&, Document*); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); |
+ virtual RenderObject* createRenderer(RenderStyle*); |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } |