| 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 6861cd1eea400157e5b9b063bd1661966f031445..60733cc558f44a32d1358a959ca4490adb334fca 100644
|
| --- a/tools/dom/templates/html/impl/impl_TreeWalker.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_TreeWalker.darttemplate
|
| @@ -6,7 +6,7 @@ part of $LIBRARYNAME;
|
|
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory TreeWalker(Node root, int whatToShow) {
|
| - return document._createTreeWalker(root, whatToShow, null, false);
|
| + return document._createTreeWalker(root, whatToShow, null);
|
| }
|
| $!MEMBERS
|
| }
|
|
|