| 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 5d9de61ca87981c79681fb21eed06a6e5128df42..808438d18b3f2b60fae56ea0b2412429c4fdf910 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
 | 
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
 | 
| @@ -94,7 +94,7 @@ void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)
 | 
|      //
 | 
|      // TODO(Oilpan): move (SVG)Image to the Oilpan heap, and avoid
 | 
|      // this explicit lifetime check.
 | 
| -    if (Heap::willObjectBeLazilySwept(m_image->getImageObserver()))
 | 
| +    if (ThreadHeap::willObjectBeLazilySwept(m_image->getImageObserver()))
 | 
|          return;
 | 
|  
 | 
|      // serviceScriptedAnimations runs requestAnimationFrame callbacks, but SVG
 | 
| 
 |