| 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 e94acdae35ec5cd6a0ed1d7b4de812bb8f06c24b..13ab55211ff8e592d4dce729ba0c0e8a0f0e9956 100644
|
| --- a/tools/dom/templates/html/impl/impl_Range.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Range.darttemplate
|
| @@ -5,8 +5,8 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| part of $LIBRARYNAME;
|
| -$ANNOTATIONS
|
| -class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME() => document.$dom_createRange();
|
|
|
| $!MEMBERS
|
|
|