summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGSwitchElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGSwitchElement.h')
-rw-r--r--Source/WebCore/svg/SVGSwitchElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGSwitchElement.h b/Source/WebCore/svg/SVGSwitchElement.h
index 073a03851..1bf7e6cd4 100644
--- a/Source/WebCore/svg/SVGSwitchElement.h
+++ b/Source/WebCore/svg/SVGSwitchElement.h
@@ -43,7 +43,7 @@ private:
virtual bool isValid() const { return SVGTests::isValid(); }
virtual bool supportsFocus() const { return true; }
- virtual bool childShouldCreateRenderer(Node*) const;
+ virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);