| 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 808438d18b3f2b60fae56ea0b2412429c4fdf910..5d9de61ca87981c79681fb21eed06a6e5128df42 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 @@
|
| //
|
| // TODO(Oilpan): move (SVG)Image to the Oilpan heap, and avoid
|
| // this explicit lifetime check.
|
| - if (ThreadHeap::willObjectBeLazilySwept(m_image->getImageObserver()))
|
| + if (Heap::willObjectBeLazilySwept(m_image->getImageObserver()))
|
| return;
|
|
|
| // serviceScriptedAnimations runs requestAnimationFrame callbacks, but SVG
|
|
|