Index: third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp |
diff --git a/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp b/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp |
index 5140074fbd466fd2208d3be31c43637158d8a19b..d15891be8697a294eaced9e226665c8ca44d0c35 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp |
+++ b/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp |
@@ -421,7 +421,8 @@ void InspectorCacheStorageAgent::requestCacheNames( |
// Cache Storage API is restricted to trustworthy origins. |
if (!secOrigin->isPotentiallyTrustworthy()) { |
- // Don't treat this as an error, just don't attempt to open and enumerate the caches. |
+ // Don't treat this as an error, just don't attempt to open and enumerate |
+ // the caches. |
callback->sendSuccess(Array<protocol::CacheStorage::Cache>::create()); |
return; |
} |