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

Unified Diff: lib/html/src/DocumentFragmentWrappingImplementation.dart

Issue 10898003: Remove List.copyFrom from VM and from tests. It was removed from the List interface in r941. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment, fix error. Created 8 years, 4 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/impl/impl_Element.darttemplate ('k') | runtime/lib/array.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/src/DocumentFragmentWrappingImplementation.dart
diff --git a/lib/html/src/DocumentFragmentWrappingImplementation.dart b/lib/html/src/DocumentFragmentWrappingImplementation.dart
index 6fd883b40c559058002c3cda2cc760b78d90d3b4..90b3a404ba8256f9379ca2c83fc7da9afa74686f 100644
--- a/lib/html/src/DocumentFragmentWrappingImplementation.dart
+++ b/lib/html/src/DocumentFragmentWrappingImplementation.dart
@@ -60,10 +60,6 @@ class FilteredElementList implements ElementList {
throw const UnsupportedOperationException('TODO(jacobr): should we impl?');
}
- void copyFrom(List<Object> src, int srcStart, int dstStart, int count) {
- throw const NotImplementedException();
- }
-
void setRange(int start, int length, List from, [int startFrom = 0]) {
throw const NotImplementedException();
}
« no previous file with comments | « lib/dom/templates/html/impl/impl_Element.darttemplate ('k') | runtime/lib/array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698