Index: tools/dom/templates/html/impl/impl_FileReader.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_FileReader.darttemplate b/tools/dom/templates/html/impl/impl_FileReader.darttemplate |
index 182f1d8e25232a7bc2a2c3022c5cfc0c7852aa58..0a6ddc92821bdf8d531ee4d906731a011ea477ae 100644 |
--- a/tools/dom/templates/html/impl/impl_FileReader.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_FileReader.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('FileReader.result') |
@DocsEditable() |