summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/geolocation/simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/geolocation/simple.html')
-rw-r--r--chrome/test/data/geolocation/simple.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/geolocation/simple.html b/chrome/test/data/geolocation/simple.html
index 0e0e5d7..a5d7848 100644
--- a/chrome/test/data/geolocation/simple.html
+++ b/chrome/test/data/geolocation/simple.html
@@ -30,8 +30,8 @@
function geoGetLastError() {
return "" + (last_error ? last_error.code : 0);
}
- function geoDisableAlerts() {
- display_alert = false;
+ function geoEnableAlerts(enabled) {
+ display_alert = enabled;
return "" + display_alert;
}
</script>