| 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 0a6ddc92821bdf8d531ee4d906731a011ea477ae..182f1d8e25232a7bc2a2c3022c5cfc0c7852aa58 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)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| @DomName('FileReader.result')
|
| @DocsEditable()
|
|
|