Chromium Code Reviews| Index: sdk/lib/html/html_common/lists.dart |
| diff --git a/sdk/lib/html/html_common/lists.dart b/sdk/lib/html/html_common/lists.dart |
| index f33d64afb9963a39e61089795580a1ed999f4f05..5c230a971d30ff7652ec26808b25fcd3f709d68a 100644 |
| --- a/sdk/lib/html/html_common/lists.dart |
| +++ b/sdk/lib/html/html_common/lists.dart |
| @@ -70,6 +70,6 @@ class Lists { |
| /** |
| * For accessing underlying node lists, for dart:js interop. |
| */ |
| -abstract class NodeListWrapper { |
| +class NodeListWrapper { |
| List<Node> get rawList; |
| } |