Index: third_party/WebKit/Source/core/fetch/ImageResource.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.cpp b/third_party/WebKit/Source/core/fetch/ImageResource.cpp |
index b59011f38ed6ae7a63d1c3c06ccb1b3e28274e7b..c10b9a9682ccdc81789ec0b463f4832a8b7b1a9c 100644 |
--- a/third_party/WebKit/Source/core/fetch/ImageResource.cpp |
+++ b/third_party/WebKit/Source/core/fetch/ImageResource.cpp |
@@ -217,7 +217,7 @@ void ImageResource::allClientsAndObserversRemoved() |
// Doing so after a conservative GC prevents resetAnimation() from |
// upsetting ongoing animation updates (crbug.com/613709) |
if (!ThreadHeap::willObjectBeLazilySwept(this)) |
- Platform::current()->currentThread()->getWebTaskRunner()->postTask(BLINK_FROM_HERE, bind(&ImageResource::doResetAnimation, wrapWeakPersistent(this))); |
+ Platform::current()->currentThread()->getWebTaskRunner()->postTask(BLINK_FROM_HERE, WTF::bind(&ImageResource::doResetAnimation, wrapWeakPersistent(this))); |
else |
m_image->resetAnimation(); |
} |