| Index: Source/core/html/HTMLMediaElement.idl
|
| diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl
|
| index 07d513b22fa97efaff65c056130f92fc88bbd14d..aa9d0405be6540ac997516ab4536c35aaef5aedf 100644
|
| --- a/Source/core/html/HTMLMediaElement.idl
|
| +++ b/Source/core/html/HTMLMediaElement.idl
|
| @@ -46,7 +46,7 @@
|
|
|
| readonly attribute TimeRanges buffered;
|
| void load();
|
| - DOMString canPlayType(DOMString type, [Default=Undefined, TreatNullAs=NullString, TreatUndefinedAs=NullString] optional DOMString keySystem);
|
| + DOMString canPlayType(DOMString type, [Default=Undefined, TreatUndefinedAs=NullString] optional DOMString? keySystem);
|
|
|
| // ready state
|
| const unsigned short HAVE_NOTHING = 0;
|
|
|