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