| 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 6fd1eab79fb718563843f42e9db5fdf98af0aebd..6861cd1eea400157e5b9b063bd1661966f031445 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.$dom_createTreeWalker(root, whatToShow, null, false);
|
| + return document._createTreeWalker(root, whatToShow, null, false);
|
| }
|
| $!MEMBERS
|
| }
|
|
|