| Index: Source/core/css/MediaList.idl
|
| diff --git a/Source/core/css/MediaList.idl b/Source/core/css/MediaList.idl
|
| index cae0768d347630efe52b102cf74ad9d71a532c40..647d10141999f16506954019e482c052d748b96e 100644
|
| --- a/Source/core/css/MediaList.idl
|
| +++ b/Source/core/css/MediaList.idl
|
| @@ -31,7 +31,7 @@
|
| attribute DOMString? mediaText;
|
| readonly attribute unsigned long length;
|
|
|
| - [TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index);
|
| + getter DOMString? item(unsigned long index);
|
| [RaisesException] void deleteMedium(DOMString oldMedium);
|
| [RaisesException] void appendMedium(DOMString newMedium);
|
|
|
|
|