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

Unified Diff: client/dom/templates/html/impl/impl_Element.darttemplate

Issue 9677012: Port the SVG code to the wrapperless DOM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « client/dom/scripts/systemhtml.py ('k') | client/dom/templates/html/impl/impl_SVGElement.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/templates/html/impl/impl_Element.darttemplate
diff --git a/client/dom/templates/html/impl/impl_Element.darttemplate b/client/dom/templates/html/impl/impl_Element.darttemplate
index 705b0505e27313f9d1db81a5e7605c6393687899..5d0f7b365b38c4a0aa5e398bbe492a5a53ee26f9 100644
--- a/client/dom/templates/html/impl/impl_Element.darttemplate
+++ b/client/dom/templates/html/impl/impl_Element.darttemplate
@@ -97,7 +97,7 @@ class _ChildrenElementList implements ElementList {
Iterator<Element> iterator() => _toList().iterator();
- void addAll(Collection<_ElementImpl> collection) {
+ void addAll(Collection<Element> collection) {
for (_ElementImpl element in collection) {
_element._appendChild(element);
}
« no previous file with comments | « client/dom/scripts/systemhtml.py ('k') | client/dom/templates/html/impl/impl_SVGElement.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698