| Index: chrome/browser/ui/webui/options/geolocation_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/geolocation_options_handler.cc b/chrome/browser/ui/webui/options/geolocation_options_handler.cc
|
| index 907f58cc9fad9b87f0c2c651b6ec38775d5fc5a8..05a04ebbf02c1d2d9c73c3afb8e7086c6f4c2077 100644
|
| --- a/chrome/browser/ui/webui/options/geolocation_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/geolocation_options_handler.cc
|
| @@ -31,7 +31,7 @@ void GeolocationOptionsHandler::InitializePage() {
|
| 0,
|
| enable_prefix.length(),
|
| enable_prefix) == 0) {
|
| - web_ui()->CallJavascriptFunction(
|
| + web_ui()->CallJavascriptFunctionUnsafe(
|
| "GeolocationOptions.showGeolocationOption");
|
| }
|
| }
|
|
|