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..d5e78884a037678b1bf106da57628650a8d26dd9 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
@@ -112,7 +112,7 @@ void SVGImageChromeClient::animationTimerFired(TimerBase*) { |
return; |
// The SVGImageChromeClient object's lifetime is dependent on |
- // the ImageObserver (an ImageResource) of its image. Should it |
+ // the ImageObserver (an ImageResourceContent) of its image. Should it |
// be dead and about to be lazily swept out, do not proceed. |
// |
// TODO(Oilpan): move (SVG)Image to the Oilpan heap, and avoid |