Index: client/html/generated/html/frog/TreeWalker.dart |
diff --git a/client/html/generated/html/frog/TreeWalker.dart b/client/html/generated/html/frog/TreeWalker.dart |
deleted file mode 100644 |
index 851ff09e9ad424ed54c6a4adc7142fe8fe5a1f0e..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/TreeWalker.dart |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
- |
-class _TreeWalkerImpl implements TreeWalker native "*TreeWalker" { |
- |
- _NodeImpl currentNode; |
- |
- final bool expandEntityReferences; |
- |
- final _NodeFilterImpl filter; |
- |
- final _NodeImpl root; |
- |
- final int whatToShow; |
- |
- _NodeImpl firstChild() native; |
- |
- _NodeImpl lastChild() native; |
- |
- _NodeImpl nextNode() native; |
- |
- _NodeImpl nextSibling() native; |
- |
- _NodeImpl parentNode() native; |
- |
- _NodeImpl previousNode() native; |
- |
- _NodeImpl previousSibling() native; |
-} |