| 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 7bb89a4ead0828247968ff45eab59edcfa0b7656..6fd1eab79fb718563843f42e9db5fdf98af0aebd 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 $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory TreeWalker(Node root, int whatToShow) {
|
| return document.$dom_createTreeWalker(root, whatToShow, null, false);
|
| }
|
|
|