Changeset 92455 in webkit


Ignore:
Timestamp:
Aug 5, 2011, 12:30:29 AM (14 years ago)
Author:
abarth@webkit.org
Message:

Attempt to heal media/video-can-play-type.html and media/video-src-change.html.

  • html/HTMLMediaElement.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r92454 r92455  
     12011-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
    172011-08-05  Mark Pilgrim  <pilgrim@chromium.org>
    28
  • trunk/Source/WebCore/html/HTMLMediaElement.idl

    r92327 r92455  
    4646    void load()
    4747        raises (DOMException);
    48     DOMString canPlayType(in DOMString type);
     48    DOMString canPlayType(in [Optional=CallWithDefaultValue] DOMString type);
    4949
    5050    // ready state
Note: See TracChangeset for help on using the changeset viewer.