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

Unified Diff: lib/dom/templates/html/frog/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/frog/factoryprovider_XMLHttpRequest.darttemplate
diff --git a/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate b/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
index 1951fb3cf62f4f188e0f9b70267599213eea1a59..a434d189ec20a882ae82a9b4cc586c8f19bb4875 100644
--- a/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
+++ b/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
@@ -5,7 +5,7 @@
class $FACTORYPROVIDER {
factory XMLHttpRequest() native 'return new 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