| Index: tools/dom/templates/html/impl/impl_Geolocation.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Geolocation.darttemplate b/tools/dom/templates/html/impl/impl_Geolocation.darttemplate
|
| index 551881567286bf31b2190704110cf6844820801e..e15ffa08a0002e476cd5679e11e4696e769d1810 100644
|
| --- a/tools/dom/templates/html/impl/impl_Geolocation.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Geolocation.darttemplate
|
| @@ -5,7 +5,7 @@
|
| part of $LIBRARYNAME;
|
|
|
| @DocsEditable()
|
| -$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| @DomName('Geolocation.getCurrentPosition')
|
| Future<Geoposition> getCurrentPosition({bool enableHighAccuracy,
|
| @@ -103,3 +103,5 @@ class _GeopositionWrapper implements Geoposition {
|
| int get timestamp => JS('int', '#.timestamp', _ptr);
|
| }
|
| $endif
|
| +
|
| +
|
|
|