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 e15ffa08a0002e476cd5679e11e4696e769d1810..551881567286bf31b2190704110cf6844820801e 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)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
@DomName('Geolocation.getCurrentPosition') |
Future<Geoposition> getCurrentPosition({bool enableHighAccuracy, |
@@ -103,5 +103,3 @@ class _GeopositionWrapper implements Geoposition { |
int get timestamp => JS('int', '#.timestamp', _ptr); |
} |
$endif |
- |
- |