| Index: LayoutTests/fast/dom/Geolocation/script-tests/enabled.js
|
| diff --git a/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js b/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js
|
| index 60d232884b6c45f1c579977c7b4aef9502e2f4c9..6e3ec6c14603ccd2b0ef07596f973c5a824da764 100644
|
| --- a/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js
|
| +++ b/LayoutTests/fast/dom/Geolocation/script-tests/enabled.js
|
| @@ -12,6 +12,5 @@ function hasGeolocationProperty()
|
| shouldBeTrue("typeof navigator.geolocation == 'object'");
|
| shouldBeTrue("hasGeolocationProperty()");
|
| shouldBeTrue("'geolocation' in navigator");
|
| -shouldBeTrue("navigator.hasOwnProperty('geolocation')");
|
|
|
| window.jsTestIsAsync = false;
|
|
|