Index: sdk/lib/html/src/FilteredElementList.dart |
diff --git a/sdk/lib/html/src/FilteredElementList.dart b/sdk/lib/html/src/FilteredElementList.dart |
index 8e4ff982428e41d6777df049f66413b9e0bd1c00..b946588fbedd4287f1242a5f5ba0bcda25c1fbfd 100644 |
--- a/sdk/lib/html/src/FilteredElementList.dart |
+++ b/sdk/lib/html/src/FilteredElementList.dart |
@@ -52,7 +52,7 @@ class FilteredElementList implements List { |
return element is Element && _childNodes.contains(element); |
} |
- void sort([Comparator compare = Comparable.compare]) { |
+ void sort([int compare(Element a, Element b)]) { |
throw new UnsupportedError('TODO(jacobr): should we impl?'); |
} |