Bug 1139560 - <img>.currentSrc should be not be nullable. r=jst

This commit is contained in:
John Schoenick 2015-03-04 23:12:00 +01:00
Родитель eeea2657e3
Коммит 54734da502
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ partial interface HTMLImageElement {
[SetterThrows, Pref="dom.image.picture.enabled"]
attribute DOMString sizes;
[Pref="dom.image.srcset.enabled"]
readonly attribute DOMString? currentSrc;
readonly attribute DOMString currentSrc;
};
// Mozilla extensions.