Index: Source/core/svg/SVGZoomAndPan.cpp |
diff --git a/Source/core/svg/SVGZoomAndPan.cpp b/Source/core/svg/SVGZoomAndPan.cpp |
index 714d0439f337a8ba53c705b153a7f2d5ff3d58c5..47386b83ca41f208aa0eaf731190cefd7c63b4f9 100644 |
--- a/Source/core/svg/SVGZoomAndPan.cpp |
+++ b/Source/core/svg/SVGZoomAndPan.cpp |
@@ -75,7 +75,7 @@ bool SVGZoomAndPan::parseZoomAndPan(const UChar*& start, const UChar* end) |
return parseZoomAndPanInternal(start, end, m_zoomAndPan); |
} |
-void SVGZoomAndPan::setZoomAndPan(SVGViewSpec*, unsigned short, ExceptionState& exceptionState) |
+void SVGZoomAndPan::setZoomAndPan(SVGViewSpec&, unsigned short, ExceptionState& exceptionState) |
{ |
// SVGViewSpec and all of its content is read-only. |
exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); |