| 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 00ba58c1a6114778667138e89eb1e88e5d3e96e8..9cec819fd5d2d19d56653fd0a876fde4b4ac99f3 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| @@ -120,6 +120,8 @@ void NotificationImageLoader::start(
|
| resourceRequest.setPriority(ResourceLoadPriorityMedium);
|
| resourceRequest.setRequestorOrigin(executionContext->getSecurityOrigin());
|
|
|
| + // TODO(yhirano): Remove this CHECK once https://crbug.com/667254 is fixed.
|
| + CHECK(!m_threadableLoader);
|
| m_threadableLoader = ThreadableLoader::create(
|
| *executionContext, this, threadableLoaderOptions, resourceLoaderOptions);
|
| m_threadableLoader->start(resourceRequest);
|
|
|