Title: [92455] trunk/Source/WebCore
- Revision
- 92455
- Author
- [email protected]
- Date
- 2011-08-05 00:30:29 -0700 (Fri, 05 Aug 2011)
Log Message
Attempt to heal media/video-can-play-type.html and media/video-src-change.html.
* html/HTMLMediaElement.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (92454 => 92455)
--- trunk/Source/WebCore/ChangeLog 2011-08-05 07:18:23 UTC (rev 92454)
+++ trunk/Source/WebCore/ChangeLog 2011-08-05 07:30:29 UTC (rev 92455)
@@ -1,3 +1,9 @@
+2011-08-05 Adam Barth <[email protected]>
+
+ Attempt to heal media/video-can-play-type.html and media/video-src-change.html.
+
+ * html/HTMLMediaElement.idl:
+
2011-08-05 Mark Pilgrim <[email protected]>
Remove LegacyDefaultOptionalArguments flag from notifications IDL files
Modified: trunk/Source/WebCore/html/HTMLMediaElement.idl (92454 => 92455)
--- trunk/Source/WebCore/html/HTMLMediaElement.idl 2011-08-05 07:18:23 UTC (rev 92454)
+++ trunk/Source/WebCore/html/HTMLMediaElement.idl 2011-08-05 07:30:29 UTC (rev 92455)
@@ -45,7 +45,7 @@
readonly attribute TimeRanges buffered;
void load()
raises (DOMException);
- DOMString canPlayType(in DOMString type);
+ DOMString canPlayType(in [Optional=CallWithDefaultValue] DOMString type);
// ready state
const unsigned short HAVE_NOTHING = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes