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

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

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/html/src/XMLHttpRequestWrappingImplementation.dart
diff --git a/lib/html/src/XMLHttpRequestWrappingImplementation.dart b/lib/html/src/XMLHttpRequestWrappingImplementation.dart
index fb30d24681d4d8914ff8042c41b28fd170fd46ac..b3ca5cdbd119ddc82b2c53ef964edc6ed0dcaf92 100644
--- a/lib/html/src/XMLHttpRequestWrappingImplementation.dart
+++ b/lib/html/src/XMLHttpRequestWrappingImplementation.dart
@@ -23,7 +23,7 @@ class XMLHttpRequestWrappingImplementation extends EventTargetWrappingImplementa
new dom.XMLHttpRequest());
}
- factory XMLHttpRequestWrappingImplementation.getTEMPNAME(String url,
+ factory XMLHttpRequestWrappingImplementation.get(String url,
onSuccess(XMLHttpRequest request)) {
final request = new XMLHttpRequest();
request.open('GET', url, true);

Powered by Google App Engine
This is Rietveld 408576698