| Index: Source/core/svg/SVGPathElement.h
|
| diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
|
| index cc101201c8880f452dfaa74d82a53ff462ff343b..4e9c20273880b6397b30d7c4cea80c63c41de342 100644
|
| --- a/Source/core/svg/SVGPathElement.h
|
| +++ b/Source/core/svg/SVGPathElement.h
|
| @@ -126,7 +126,7 @@ private:
|
| virtual void synchronizeRequiredExtensions() { SVGTests::synchronizeRequiredExtensions(this); }
|
| virtual void synchronizeSystemLanguage() { SVGTests::synchronizeSystemLanguage(this); }
|
|
|
| - RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
| + RenderObject* createRenderer(RenderStyle*);
|
|
|
| virtual Node::InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|