Chromium Code Reviews| Index: lib/dom/src/DOMStringList.dart |
| diff --git a/lib/dom/src/DOMStringList.dart b/lib/dom/src/DOMStringList.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a32f73d16958d35fa44146c90d2f7c6f424981fb |
| --- /dev/null |
| +++ b/lib/dom/src/DOMStringList.dart |
| @@ -0,0 +1,6 @@ |
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| +// for details. All rights reserved. Use of this source code is governed by a |
| +// BSD-style license that can be found in the LICENSE file. |
| + |
| +interface DOMStringList extends List<String> { |
| +} |