| Index: tests/html/xmldocument_2_test.dart
|
| diff --git a/tests/html/xmldocument_2_test.dart b/tests/html/xmldocument_2_test.dart
|
| index 724da889440d4d700b98d1e38f31dfec4f37a3b6..9e52ae378f152043032c1ccb01b3048db8250710 100644
|
| --- a/tests/html/xmldocument_2_test.dart
|
| +++ b/tests/html/xmldocument_2_test.dart
|
| @@ -6,7 +6,7 @@ import 'dart:html';
|
| main() {
|
| useHtmlConfiguration();
|
| test('Document.query', () {
|
| - Document doc = new DOMParser().parseFromString(
|
| + Document doc = new DomParser().parseFromString(
|
| '''<ResultSet>
|
| <Row>A</Row>
|
| <Row>B</Row>
|
|
|