RESOLVED FIXED 103438
No need for ExceptionCode in HTMLMediaElement::load
https://bugs.webkit.org/show_bug.cgi?id=103438
Summary No need for ExceptionCode in HTMLMediaElement::load
Dean Jackson
Reported 2012-11-27 10:42:18 PST
The ExceptionCode& parameter is never used. The HTML5 spec indicates all errors in load() are communicated via error objects. http://dev.w3.org/html5/spec/media-elements.html#dom-media-load
Attachments
Patch (3.87 KB, patch)
2012-11-27 10:52 PST, Dean Jackson
eric.carlson: review+
Dean Jackson
Comment 1 2012-11-27 10:52:29 PST
Dean Jackson
Comment 2 2012-11-27 11:22:46 PST
Note You need to log in before you can comment on or make changes to this bug.