| Index: modules/geolocation/NavigatorGeolocation.idl
|
| diff --git a/modules/geolocation/NavigatorGeolocation.idl b/modules/geolocation/NavigatorGeolocation.idl
|
| index 318db5913eae61a097f827584443ef1668be6a64..9b96fd709daafc4a5aab37a63fa8a1bbc0dd4a27 100644
|
| --- a/modules/geolocation/NavigatorGeolocation.idl
|
| +++ b/modules/geolocation/NavigatorGeolocation.idl
|
| @@ -17,8 +17,6 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -[
|
| - RuntimeEnabled=Geolocation,
|
| -] partial interface Navigator {
|
| +partial interface Navigator {
|
| readonly attribute Geolocation geolocation;
|
| };
|
|
|