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

Unified Diff: client/html/src/XMLHttpRequestWrappingImplementation.dart

Issue 9478021: Add some sweet XML classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months 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 | « client/html/src/XMLHttpRequest.dart ('k') | client/tests/client/client.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/XMLHttpRequestWrappingImplementation.dart
diff --git a/client/html/src/XMLHttpRequestWrappingImplementation.dart b/client/html/src/XMLHttpRequestWrappingImplementation.dart
index f129149542def5786948189388e81bdecb3b3a38..fb30d24681d4d8914ff8042c41b28fd170fd46ac 100644
--- a/client/html/src/XMLHttpRequestWrappingImplementation.dart
+++ b/client/html/src/XMLHttpRequestWrappingImplementation.dart
@@ -53,7 +53,7 @@ class XMLHttpRequestWrappingImplementation extends EventTargetWrappingImplementa
void set responseType(String value) { _ptr.responseType = value; }
- Document get responseXML() => LevelDom.wrapDocument(_ptr.responseXML);
+ XMLDocument get responseXML() => LevelDom.wrapDocument(_ptr.responseXML);
int get status() => _ptr.status;
« no previous file with comments | « client/html/src/XMLHttpRequest.dart ('k') | client/tests/client/client.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698