| Index: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| index fff339bb8249e73134582dda18b22518721650c7..6602ec2e63edff613607e0b106c7bd8f5d56312a 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| @@ -87,7 +87,7 @@ void NotificationResourcesLoader::loadImage(
|
| }
|
|
|
| NotificationImageLoader* imageLoader = new NotificationImageLoader(type);
|
| - m_imageLoaders.append(imageLoader);
|
| + m_imageLoaders.push_back(imageLoader);
|
| imageLoader->start(executionContext, url, std::move(imageCallback));
|
| }
|
|
|
|
|