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 215d4a8c214d864e85a2787b956ea781352c2d8b..f9b66f779d5dfb4c0325b8f16840829216a15780 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp |
@@ -40,7 +40,8 @@ void NotificationImageLoader::start( |
threadableLoaderOptions.preflightPolicy = PreventPreflight; |
threadableLoaderOptions.crossOriginRequestPolicy = AllowCrossOriginRequests; |
- // TODO(mvanouwerkerk): Add an entry for notifications to FetchInitiatorTypeNames and use it. |
+ // TODO(mvanouwerkerk): Add an entry for notifications to |
+ // FetchInitiatorTypeNames and use it. |
ResourceLoaderOptions resourceLoaderOptions; |
resourceLoaderOptions.allowCredentials = AllowStoredCredentials; |
if (executionContext->isWorkerGlobalScope()) |