| 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 d8891580b69e9c809a04651cb0a8e5c044028815..0118ecf8d98126b8632d8d88b35fee7132f5e62f 100644
|
| --- a/pkg/third_party/html5lib/test/support.dart
|
| +++ b/pkg/third_party/html5lib/test/support.dart
|
| @@ -90,7 +90,7 @@ class TestData extends IterableBase<Map> {
|
| }
|
|
|
| /// Serialize the [document] into the html5 test data format.
|
| -testSerializer(Document document) {
|
| +testSerializer(document) {
|
| return (new TestSerializer()..visit(document)).toString();
|
| }
|
|
|
|
|