Index: third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp |
diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp |
index a9002d4f92676833b1746fa3ac8132fdbb1869c6..8a1cf071eabecdd0161ef2598f1408742fb9dc8f 100644 |
--- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp |
+++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp |
@@ -132,8 +132,9 @@ void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) { |
Deprecation::countDeprecationCrossOriginIframe( |
*document, UseCounter::ApplicationCacheManifestSelectInsecureOrigin); |
HostsUsingFeatures::countAnyWorld( |
- *document, HostsUsingFeatures::Feature:: |
- ApplicationCacheManifestSelectInsecureHost); |
+ *document, |
+ HostsUsingFeatures::Feature:: |
+ ApplicationCacheManifestSelectInsecureHost); |
} |
if (m_host && !m_host->selectCacheWithManifest(manifestURL)) { |
// It's a foreign entry, restart the current navigation from the top of the |