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

Unified Diff: client/dom/templates/html/interface/interface_NodeList.darttemplate

Issue 9403004: Wrapperless dart:html generator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup Created 8 years, 10 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: client/dom/templates/html/interface/interface_NodeList.darttemplate
diff --git a/client/dom/templates/dom/interface/interface_DOMParser.darttemplate b/client/dom/templates/html/interface/interface_NodeList.darttemplate
similarity index 64%
copy from client/dom/templates/dom/interface/interface_DOMParser.darttemplate
copy to client/dom/templates/html/interface/interface_NodeList.darttemplate
index 0e371ecaa39e76bdbde23bcbbc45556ae5a464ec..d8935f5694abec6ee165e91b711ba5e2103eff43 100644
--- a/client/dom/templates/dom/interface/interface_DOMParser.darttemplate
+++ b/client/dom/templates/html/interface/interface_NodeList.darttemplate
@@ -4,7 +4,13 @@
// WARNING: Do not edit - generated code.
-interface DOMParser$!EXTENDS default _DOMParserFactoryProvider {
+interface $ID$EXTENDS {
- DOMParser();
-$!MEMBERS}
+ NodeList filter(bool f(Node element));
+
+ NodeList getRange(int start, int length);
+
+ Node get first();
+
+$!MEMBERS
+}

Powered by Google App Engine
This is Rietveld 408576698