зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1139560 - <img>.currentSrc should be not be nullable. r=jst
This commit is contained in:
Родитель
eeea2657e3
Коммит
54734da502
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче