| 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 2675d8bc677850f05ed3f789fefee30f3a9eac9b..c35dfe0a58e186e0601c231e2f29f0aac1532c81 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 $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String data) => document.$dom_createTextNode(data);
|
| $!MEMBERS
|
|
|
|
|