| Index: modules/geolocation/NavigatorGeolocation.idl
|
| diff --git a/modules/geolocation/NavigatorGeolocation.idl b/modules/geolocation/NavigatorGeolocation.idl
|
| index afdce13fc8d39ef8e5384ad9208894e0ba992c44..460d293bd38fa2a8e5252583a79d4b39552309c2 100644
|
| --- a/modules/geolocation/NavigatorGeolocation.idl
|
| +++ b/modules/geolocation/NavigatorGeolocation.idl
|
| @@ -18,6 +18,6 @@
|
| */
|
|
|
| partial interface Navigator {
|
| - [EnabledAtRuntime] readonly attribute Geolocation geolocation;
|
| + [EnabledAtRuntime=Geolocation] readonly attribute Geolocation geolocation;
|
| };
|
|
|
|
|