Index: lib/dom/templates/html/impl/impl_Element.darttemplate |
diff --git a/lib/dom/templates/html/impl/impl_Element.darttemplate b/lib/dom/templates/html/impl/impl_Element.darttemplate |
index 32063d35d76c2df278623acd04fe6b5b8cb6df76..c6ec44f0251f11b5cacea4774266ba43c3adce28 100644 |
--- a/lib/dom/templates/html/impl/impl_Element.darttemplate |
+++ b/lib/dom/templates/html/impl/impl_Element.darttemplate |
@@ -107,10 +107,6 @@ class _ChildrenElementList implements ElementList { |
throw const UnsupportedOperationException('TODO(jacobr): should we impl?'); |
} |
- void copyFrom(List<Object> src, int srcStart, int dstStart, int count) { |
- throw 'Not impl yet. todo(jacobr)'; |
- } |
- |
void setRange(int start, int rangeLength, List from, [int startFrom = 0]) { |
throw const NotImplementedException(); |
} |