| 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 9c59f61d94427fe862e5107a20799fbb924692b3..f0233430f8146afcdba833638118c0970e943e10 100644
|
| --- a/tools/dom/templates/html/impl/impl_Range.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Range.darttemplate
|
| @@ -6,7 +6,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME() => document.$dom_createRange();
|
|
|
| factory $CLASSNAME.fromPoint(Point point) =>
|
|
|