| Index: third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp b/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| index 7b3f9e099a6f93ec5b33e411edbae221c897f750..634e878327c79059024b94374b9c1dae5838115e 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| +++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| @@ -160,7 +160,7 @@ void Geolocation::recordOriginTypeAccess() const
|
| UseCounter::countCrossOriginIframe(*document, UseCounter::GeolocationSecureOriginIframe);
|
| } else {
|
| Deprecation::countDeprecation(document, UseCounter::GeolocationInsecureOrigin);
|
| - UseCounter::countCrossOriginIframe(*document, UseCounter::GeolocationInsecureOriginIframe);
|
| + Deprecation::countDeprecationCrossOriginIframe(*document, UseCounter::GeolocationInsecureOriginIframe);
|
| OriginsUsingFeatures::countAnyWorld(*document, OriginsUsingFeatures::Feature::GeolocationInsecureOrigin);
|
| }
|
| }
|
|
|