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

Unified Diff: lib/dom/templates/html/interface/interface_NodeSelector.darttemplate

Issue 10806016: Cleanup queryAll to return List<Element>. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix comment Created 8 years, 5 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/dom/templates/html/interface/interface_Element.darttemplate ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/interface/interface_NodeSelector.darttemplate
diff --git a/lib/dom/templates/html/interface/interface_NodeSelector.darttemplate b/lib/dom/templates/html/interface/interface_NodeSelector.darttemplate
index cd8b334022f882dca9f0d7d9a9de351f3840d665..d3073f1b91794e252de00c03217d1874f3579eda 100644
--- a/lib/dom/templates/html/interface/interface_NodeSelector.darttemplate
+++ b/lib/dom/templates/html/interface/interface_NodeSelector.darttemplate
@@ -8,7 +8,7 @@ $!COMMENT
interface $ID$EXTENDS {
// TODO(nweiz): add this back once DocumentFragment is ported.
- // ElementList queryAll(String selectors);
+ // List<Element> queryAll(String selectors);
$!MEMBERS
}
« no previous file with comments | « lib/dom/templates/html/interface/interface_Element.darttemplate ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698