Chromium Code Reviews| Index: lib/html/dart2js/html_dart2js.dart |
| diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart |
| index 9ec14b25b5b34b9335ddf114f0e05def90461b2c..2ab73a4668197e88d81c2809e79cd30fcffd67b6 100644 |
| --- a/lib/html/dart2js/html_dart2js.dart |
| +++ b/lib/html/dart2js/html_dart2js.dart |
| @@ -23265,7 +23265,7 @@ class _RTCSessionDescriptionImpl implements RTCSessionDescription native "*RTCSe |
| // WARNING: Do not edit - generated code. |
| /// @domName RadioNodeList |
| -abstract class RadioNodeList implements List<Node> { |
| +abstract class RadioNodeList implements NodeList { |
|
Anton Muhin
2012/10/05 15:15:31
I believe we're in process of killing NodeList, an
podivilov
2012/10/05 16:02:51
We currently have NodeList interface, so RadioNode
|
| /** @domName RadioNodeList.value */ |
| String value; |