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

Unified Diff: sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate

Issue 11316064: Fixes that dart2js analyze-all found. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed whitespace Created 8 years, 1 month 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
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
diff --git a/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate b/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
index 6ec0f16ed306fa826fc9a497ecb092076ccfcf0c..0e0a02dca606e229dbad2b79ca28f61b7c82d9fd 100644
--- a/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
+++ b/sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
@@ -9,7 +9,7 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
_$(CLASSNAME)FactoryProvider.create$(CLASSNAME)_get(url, onSuccess);
factory $CLASSNAME.getWithCredentials(String url, onSuccess($CLASSNAME request)) =>
- _$(CLASSNAME)FactoryProvider.create$(CLASSNAME)getWithCredentials(url, onSuccess);
+ _$(CLASSNAME)FactoryProvider.create$(CLASSNAME)_getWithCredentials(url, onSuccess);
$!MEMBERS
}
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698