Index: lib/html/dartium/html_dartium.dart |
=================================================================== |
--- lib/html/dartium/html_dartium.dart (revision 13673) |
+++ lib/html/dartium/html_dartium.dart (working copy) |
@@ -10216,26 +10216,8 @@ |
// WARNING: Do not edit - generated code. |
-/// @domName DOMStringList |
-abstract class DOMStringList implements List<String> { |
+class _DOMStringListImpl extends NativeFieldWrapperClass1 implements List<String> { |
- /** @domName DOMStringList.length */ |
- abstract int get length; |
- |
- /** @domName DOMStringList.contains */ |
- bool contains(String string); |
- |
- /** @domName DOMStringList.item */ |
- String item(int index); |
-} |
-// 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. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class _DOMStringListImpl extends NativeFieldWrapperClass1 implements DOMStringList { |
- |
int get length native "DOMStringList_length_Getter"; |
String operator[](int index) native "DOMStringList_item_Callback"; |