Changeset 92455 in webkit
- Timestamp:
- Aug 5, 2011, 12:30:29 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r92454 r92455 1 2011-08-05 Adam Barth <abarth@webkit.org> 2 3 Attempt to heal media/video-can-play-type.html and media/video-src-change.html. 4 5 * html/HTMLMediaElement.idl: 6 1 7 2011-08-05 Mark Pilgrim <pilgrim@chromium.org> 2 8 -
trunk/Source/WebCore/html/HTMLMediaElement.idl
r92327 r92455 46 46 void load() 47 47 raises (DOMException); 48 DOMString canPlayType(in DOMString type);48 DOMString canPlayType(in [Optional=CallWithDefaultValue] DOMString type); 49 49 50 50 // ready state
Note:
See TracChangeset
for help on using the changeset viewer.