| Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| index c8cbc89f939a44f9d83f04a88d5e2a0046f1690e..41f05f7d18cd470bf0796780befc46d748e5ddb3 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| @@ -68,7 +68,7 @@ void NotificationImageLoader::stop()
|
| // ExecutionContext it received in |create|. Kill it to prevent
|
| // reference cycles involving a mix of GC and non-GC types that fail to
|
| // clear in ThreadState::cleanup.
|
| - m_threadableLoader.clear();
|
| + m_threadableLoader.reset();
|
| }
|
| }
|
|
|
|
|