Bug 103438

Summary: No need for ExceptionCode in HTMLMediaElement::load
Product: WebKit Reporter: Dean Jackson <dino>
Component: MediaAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin, eric.carlson, feature-media-reviews, jer.noble, ojan, qinmin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

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.