Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: tests/html/xmldocument_2_test.dart

Issue 11419300: Dartifying dart:html type names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Unminifying & fixing Stephen's feedback. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/websql_test.dart ('k') | tests/html/xsltprocessor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « tests/html/websql_test.dart ('k') | tests/html/xsltprocessor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698