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

Unified Diff: lib/dom/templates/html/dartium/html_dartium.darttemplate

Issue 10823352: Rename XMLHttpRequest to HttpRequest. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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: lib/dom/templates/html/dartium/html_dartium.darttemplate
===================================================================
--- lib/dom/templates/html/dartium/html_dartium.darttemplate (revision 10850)
+++ lib/dom/templates/html/dartium/html_dartium.darttemplate (working copy)
@@ -19,7 +19,7 @@
#source('$AUXILIARY_DIR/ReadyState.dart');
#source('$AUXILIARY_DIR/Timer.dart');
#source('$AUXILIARY_DIR/_Collections.dart');
-#source('$AUXILIARY_DIR/_XMLHttpRequestUtils.dart');
+#source('$AUXILIARY_DIR/_HttpRequestUtils.dart');
#source('$AUXILIARY_DIR/../../html/src/shared_FactoryProviders.dart');
#source('$AUXILIARY_DIR/../../html/src/dartium_FactoryProviders.dart');
#source('$AUXILIARY_DIR/../../html/src/IDBOpenDBRequest.dart');

Powered by Google App Engine
This is Rietveld 408576698