summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGViewElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGViewElement.cpp')
-rw-r--r--Source/WebCore/svg/SVGViewElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGViewElement.cpp b/Source/WebCore/svg/SVGViewElement.cpp
index dabe9db5c..da4b0d9cf 100644
--- a/Source/WebCore/svg/SVGViewElement.cpp
+++ b/Source/WebCore/svg/SVGViewElement.cpp
@@ -83,7 +83,7 @@ void SVGViewElement::parseAttribute(const Attribute& attribute)
if (SVGExternalResourcesRequired::parseAttribute(attribute))
return;
- if (SVGFitToViewBox::parseAttribute(document(), attribute))
+ if (SVGFitToViewBox::parseAttribute(this, attribute))
return;
if (SVGZoomAndPan::parseAttribute(this, attribute))
return;