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