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

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

Issue 10291006: Rename getTEMPNAME to get (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/factoryprovider_XMLHttpRequest.darttemplate
diff --git a/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate b/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
index 8bc50cfc5afa92cf07ba57d1e23832d1487ede9c..56c17aadbcda89b56ade6963e0b531bd07d7e8e9 100644
--- a/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
+++ b/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
@@ -5,7 +5,7 @@
class $FACTORYPROVIDER {
factory XMLHttpRequest() => _wrap(new dom.XMLHttpRequest());
- factory XMLHttpRequest.getTEMPNAME(String url,
+ factory XMLHttpRequest.get(String url,
onSuccess(XMLHttpRequest request)) =>
- _XMLHttpRequestUtils.getTEMPNAME(url, onSuccess);
+ _XMLHttpRequestUtils.get(url, onSuccess);
}

Powered by Google App Engine
This is Rietveld 408576698