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

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

Issue 9474030: Revert "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
Index: client/html/src/XMLHttpRequest.dart
diff --git a/client/html/src/XMLHttpRequest.dart b/client/html/src/XMLHttpRequest.dart
index b4ac1bdd19df1ca1658915dff23a00408e698b1e..519e0f4690d7bdae2b16ad8e3f40f8fa87c4f494 100644
--- a/client/html/src/XMLHttpRequest.dart
+++ b/client/html/src/XMLHttpRequest.dart
@@ -36,7 +36,7 @@ interface XMLHttpRequest extends EventTarget default XMLHttpRequestWrappingImple
void set responseType(String value);
- XMLDocument get responseXML();
+ Document get responseXML();
int get status();
« no previous file with comments | « client/html/src/XMLElementWrappingImplementation.dart ('k') | client/html/src/XMLHttpRequestWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698