| Index: tools/dom/templates/html/impl/impl_Text.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Text.darttemplate b/tools/dom/templates/html/impl/impl_Text.darttemplate
|
| index 7540799f8ae967afe0f14f03545eb4f436f2b363..8c530587802ab44536d2bac2c7d7e3eaa6b857d6 100644
|
| --- a/tools/dom/templates/html/impl/impl_Text.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Text.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(String data) => document._createTextNode(data);
|
| $!MEMBERS
|
| }
|
|
|