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