Index: tools/dom/templates/html/impl/impl_Range.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Range.darttemplate b/tools/dom/templates/html/impl/impl_Range.darttemplate |
index f152a33461c9794c930a1c66320347ab95b3a2b2..3c1c080ed53e04235f94baf666c0a621e4307bcb 100644 |
--- a/tools/dom/templates/html/impl/impl_Range.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Range.darttemplate |
@@ -6,7 +6,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
factory $CLASSNAME() => document.createRange(); |
factory $CLASSNAME.fromPoint(Point point) => |