Index: lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
diff --git a/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate b/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
index c9dd6b7af3ff3a69ca5fb36d4c056c89fcc1bd1f..cd4083e6071295b526af50397171c3d5e80914a9 100644 |
--- a/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
+++ b/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
@@ -55,7 +55,7 @@ class _FilteredElementList implements List { |
} |
void setRange(int start, int rangeLength, List from, [int startFrom = 0]) { |
- throw const NotImplementedException(); |
+ throw new UnimplementedError(); |
} |
void removeRange(int start, int rangeLength) { |
@@ -63,7 +63,7 @@ class _FilteredElementList implements List { |
} |
void insertRange(int start, int rangeLength, [initialValue = null]) { |
- throw const NotImplementedException(); |
+ throw new UnimplementedError(); |
} |
void clear() { |