Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: modules/geolocation/NavigatorGeolocation.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/geolocation/Geoposition.idl ('k') | modules/geolocation/PositionError.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « modules/geolocation/Geoposition.idl ('k') | modules/geolocation/PositionError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698