| Index: chrome/test/data/geolocation/simple.html
|
| diff --git a/chrome/test/data/geolocation/simple.html b/chrome/test/data/geolocation/simple.html
|
| index 3e91c2276223fe4b02eb062dc6751373f7ae1089..37b9294b4ce1c260db4218976cb09b9bbdcc695e 100644
|
| --- a/chrome/test/data/geolocation/simple.html
|
| +++ b/chrome/test/data/geolocation/simple.html
|
| @@ -19,6 +19,7 @@
|
| geoNavigateIfNeeded('geoSuccessCallback');
|
| }
|
| function geoErrorCallback(error) {
|
| + console.log('error = ' + error);
|
| last_error = error;
|
| geoNavigateIfNeeded('geoErrorCallback');
|
| }
|
|
|