| Index: chrome/browser/geolocation/geolocation_content_settings_map.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_content_settings_map.cc b/chrome/browser/geolocation/geolocation_content_settings_map.cc
|
| index 56204212603ed2af5b5b20b674eb8b83dd07ca17..78b0c6b319b032cc1590731bb004f57fa0f04e2d 100644
|
| --- a/chrome/browser/geolocation/geolocation_content_settings_map.cc
|
| +++ b/chrome/browser/geolocation/geolocation_content_settings_map.cc
|
| @@ -150,7 +150,7 @@ void GeolocationContentSettingsMap::SetContentSetting(
|
| }
|
| DCHECK(requesting_origin_settings_dictionary);
|
| requesting_origin_settings_dictionary->SetWithoutPathExpansion(
|
| - embedding_origin.spec(), Value::CreateIntegerValue(setting));
|
| + embedding_origin.spec(), base::NumberValue::New(setting));
|
| }
|
| }
|
|
|
|
|