| Index: pkg/third_party/html5lib/test/support.dart
|
| diff --git a/pkg/third_party/html5lib/test/support.dart b/pkg/third_party/html5lib/test/support.dart
|
| index e0454747acc878c472c854c2a7620c1b7e891725..d8891580b69e9c809a04651cb0a8e5c044028815 100644
|
| --- a/pkg/third_party/html5lib/test/support.dart
|
| +++ b/pkg/third_party/html5lib/test/support.dart
|
| @@ -134,7 +134,7 @@ class TestSerializer extends TreeVisitor {
|
| indent -= 2;
|
| }
|
|
|
| - visitDocument(Document node) {
|
| + visitDocument(node) {
|
| indent += 1;
|
| for (var child in node.nodes) visit(child);
|
| indent -= 1;
|
|
|