summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp b/chromium/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp
index 613ef855670..efabe89bf5d 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp
@@ -23,7 +23,7 @@
namespace WebCore {
-SVGPathByteStreamSource::SVGPathByteStreamSource(SVGPathByteStream* stream)
+SVGPathByteStreamSource::SVGPathByteStreamSource(const SVGPathByteStream* stream)
{
ASSERT(stream);
m_streamCurrent = stream->begin();