Index: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
index 20bf8ef46e8abaf1e473c77717ece1648392f6ad..8bb8d2070f1aca2e1e01ce2a60b461ba4477c8e1 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
@@ -38,7 +38,7 @@ static const double animationFrameDelay = 1.0 / 60; |
SVGImageChromeClient::SVGImageChromeClient(SVGImage* image) |
: m_image(image), |
- m_animationTimer(wrapUnique(new Timer<SVGImageChromeClient>( |
+ m_animationTimer(WTF::wrapUnique(new Timer<SVGImageChromeClient>( |
this, |
&SVGImageChromeClient::animationTimerFired))), |
m_timelineState(Running) {} |