Bug 589053 - DOMString mis-capitalized in Media IDL. a=bustage-fix

This commit is contained in:
Chris Pearce 2010-08-20 19:35:09 +12:00
Родитель 99ee68c5d4
Коммит d30f2019c1
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -57,7 +57,7 @@
#endif
%}
[scriptable, uuid(925c46e0-3795-11df-9879-0800200c9a66)]
[scriptable, uuid(f748b7db-4ab9-4370-835d-59f30c8de57c)]
interface nsIDOMHTMLMediaElement : nsIDOMHTMLElement
{
// error state
@ -72,7 +72,7 @@ interface nsIDOMHTMLMediaElement : nsIDOMHTMLElement
const unsigned short NETWORK_LOADED = 3;
const unsigned short NETWORK_NO_SOURCE = 4;
readonly attribute unsigned short networkState;
attribute DomString preload;
attribute DOMString preload;
readonly attribute nsIDOMHTMLTimeRanges buffered;
void load();
DOMString canPlayType(in DOMString type);