| 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 8bb8d2070f1aca2e1e01ce2a60b461ba4477c8e1..d9bffe4aa0b0c9cafa2ed6bbbbcb0acb281ad923 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
|
|
|