| Index: tools/dom/templates/html/impl/impl_TreeWalker.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_TreeWalker.darttemplate b/tools/dom/templates/html/impl/impl_TreeWalker.darttemplate
|
| index 60733cc558f44a32d1358a959ca4490adb334fca..4d5c94d02df8e2e1ed2b32f2092d71028698237c 100644
|
| --- a/tools/dom/templates/html/impl/impl_TreeWalker.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_TreeWalker.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| factory TreeWalker(Node root, int whatToShow) {
|
| return document._createTreeWalker(root, whatToShow, null);
|
| }
|
|
|