| Index: tools/dom/templates/html/impl/impl_NodeIterator.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_NodeIterator.darttemplate b/tools/dom/templates/html/impl/impl_NodeIterator.darttemplate
|
| index 1aba0c8c68de1e86839af649f2ac96482a9bd051..d62b23afe1bbb27c0e9057280ab938b304a6a221 100644
|
| --- a/tools/dom/templates/html/impl/impl_NodeIterator.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_NodeIterator.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory NodeIterator(Node root, int whatToShow) {
|
| return document.$dom_createNodeIterator(root, whatToShow, null, false);
|
| }
|
|
|