| Index: third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp b/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp
|
| index 84db691bc78c415a25ddc1a76e746eb246fcda7a..adb85a83b1086cb2dfc9f25e4513559cdfa3f72b 100644
|
| --- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp
|
| @@ -146,10 +146,8 @@ void ApplicationCache::recordAPIUseType() const
|
|
|
| if (document->isSecureContext()) {
|
| UseCounter::count(document, UseCounter::ApplicationCacheAPISecureOrigin);
|
| - UseCounter::countCrossOriginIframe(*document, UseCounter::ApplicationCacheAPISecureOrigin);
|
| } else {
|
| Deprecation::countDeprecation(document, UseCounter::ApplicationCacheAPIInsecureOrigin);
|
| - UseCounter::countCrossOriginIframe(*document, UseCounter::ApplicationCacheAPIInsecureOrigin);
|
| OriginsUsingFeatures::countAnyWorld(*document, OriginsUsingFeatures::Feature::ApplicationCacheAPIInsecureOrigin);
|
| }
|
| }
|
|
|