| Index: third_party/WebKit/Source/core/css/MediaList.idl
|
| diff --git a/third_party/WebKit/Source/core/css/MediaList.idl b/third_party/WebKit/Source/core/css/MediaList.idl
|
| index 36767b529db99a3c002963e4742dad2d62ff2487..a8714562ffb818f70534c8c56a9635baf8ac4f12 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaList.idl
|
| +++ b/third_party/WebKit/Source/core/css/MediaList.idl
|
| @@ -26,8 +26,7 @@
|
| // http://dev.w3.org/csswg/cssom/#the-medialist-interface
|
|
|
| // TODO(foolip): MediaList should be an [ArrayClass].
|
| -[
|
| -] interface MediaList {
|
| +interface MediaList {
|
| // TODO(foolip): [TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
|
| attribute DOMString? mediaText;
|
| readonly attribute unsigned long length;
|
|
|