| Index: lib/html/idl/dart/dart.idl
|
| diff --git a/lib/html/idl/dart/dart.idl b/lib/html/idl/dart/dart.idl
|
| index 98193a4bdce7e23c83265bc3df0484aec790f292..c5d60f51eb96f52ccb6121a1c1f5bcee571132b2 100644
|
| --- a/lib/html/idl/dart/dart.idl
|
| +++ b/lib/html/idl/dart/dart.idl
|
| @@ -19,7 +19,6 @@ module default {
|
| MediaStreamList implements sequence<MediaStream>;
|
| NamedNodeMap implements sequence<Node>;
|
| NodeList implements sequence<Node>;
|
| - RadioNodeList implements sequence<Node>;
|
| // Additional methods: animVal and baseVal
|
| SVGAnimatedLengthList implements sequence<SVGAnimatedLength>;
|
| // Additional methods: animVal and baseVal
|
| @@ -53,7 +52,7 @@ module default {
|
|
|
| // Is List<int> because inherits from Uint8Array:
|
| // Uint8ClampedArray implements sequence<int>;
|
| -
|
| +
|
| // TODO(efortuna): Determine what the correct type of the list items are part
|
| //of the commented out Lists so we can properly inherit from List.
|
| //MediaQueryList implements sequence<Object>;
|
|
|