| Index: lib/html/dart2js/html_dart2js.dart
|
| diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
|
| index c2e04e3fa00d9aed0441f12ec42db612116478f8..cec0c2ebb3bea318e2d4e8ec57fd2c10ece3afc3 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 {
|
|
|
| /** @domName RadioNodeList.value */
|
| String value;
|
|
|