| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| index 99f32bec31448c982505e398c5c13c018da5f865..cf87615510fc4e2f953306a150e1f015d971231e 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -484,7 +484,7 @@ SVGImageChromeClient& SVGImage::chromeClientForTesting()
|
| return *m_chromeClient;
|
| }
|
|
|
| -void SVGImage::updateUseCounters(Document& document) const
|
| +void SVGImage::updateUseCounters(const Document& document) const
|
| {
|
| if (SVGSVGElement* rootElement = svgRootElement(m_page.get())) {
|
| if (rootElement->timeContainer()->hasAnimations())
|
|
|