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

Unified Diff: lib/dom/templates/html/interface/interface_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/interface/interface_XMLHttpRequest.darttemplate
diff --git a/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate b/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
index 73d8040ef84f79fc2ff2b5fb79669fd556f90669..3ce106cbfadb55a0e894fac01deed378afbd582a 100644
--- a/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
+++ b/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
@@ -8,5 +8,5 @@ $!COMMENT
interface $ID$EXTENDS {
// TODO(rnystrom): This name should just be "get" which is valid in Dart, but
// not correctly implemented yet. (b/4970173)
Bob Nystrom 2012/05/02 17:44:36 Remove this comment.
- $ID.getTEMPNAME(String url, onSuccess($ID request));
+ $ID.get(String url, onSuccess($ID request));
$!MEMBERS}
« no previous file with comments | « lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698