зеркало из https://github.com/mozilla/gecko-dev.git
Bug 589053 - DOMString mis-capitalized in Media IDL. a=bustage-fix
This commit is contained in:
Родитель
99ee68c5d4
Коммит
d30f2019c1
|
@ -57,7 +57,7 @@
|
||||||
#endif
|
#endif
|
||||||
%}
|
%}
|
||||||
|
|
||||||
[scriptable, uuid(925c46e0-3795-11df-9879-0800200c9a66)]
|
[scriptable, uuid(f748b7db-4ab9-4370-835d-59f30c8de57c)]
|
||||||
interface nsIDOMHTMLMediaElement : nsIDOMHTMLElement
|
interface nsIDOMHTMLMediaElement : nsIDOMHTMLElement
|
||||||
{
|
{
|
||||||
// error state
|
// error state
|
||||||
|
@ -72,7 +72,7 @@ interface nsIDOMHTMLMediaElement : nsIDOMHTMLElement
|
||||||
const unsigned short NETWORK_LOADED = 3;
|
const unsigned short NETWORK_LOADED = 3;
|
||||||
const unsigned short NETWORK_NO_SOURCE = 4;
|
const unsigned short NETWORK_NO_SOURCE = 4;
|
||||||
readonly attribute unsigned short networkState;
|
readonly attribute unsigned short networkState;
|
||||||
attribute DomString preload;
|
attribute DOMString preload;
|
||||||
readonly attribute nsIDOMHTMLTimeRanges buffered;
|
readonly attribute nsIDOMHTMLTimeRanges buffered;
|
||||||
void load();
|
void load();
|
||||||
DOMString canPlayType(in DOMString type);
|
DOMString canPlayType(in DOMString type);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче