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

Unified Diff: lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate

Issue 11140043: Replace DOMStringList with List<String>. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « lib/html/scripts/generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
===================================================================
--- lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate (revision 13673)
+++ lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate (working copy)
@@ -9,8 +9,8 @@
throw new ArgumentError(mode);
}
- // TODO(sra): Ensure storeName_OR_storeNames is a string, List<String> or
- // DOMStringList, and copy to JavaScript array if necessary.
+ // TODO(sra): Ensure storeName_OR_storeNames is a string or List<String>,
+ // and copy to JavaScript array if necessary.
if (_transaction_fn != null) {
return _transaction_fn(this, storeName_OR_storeNames, mode);
« no previous file with comments | « lib/html/scripts/generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698