Bug 103438 - No need for ExceptionCode in HTMLMediaElement::load
Summary: No need for ExceptionCode in HTMLMediaElement::load
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-27 10:42 PST by Dean Jackson
Modified: 2012-11-27 11:22 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.87 KB, patch)
2012-11-27 10:52 PST, Dean Jackson
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 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
Comment 1 Dean Jackson 2012-11-27 10:52:29 PST
Created attachment 176301 [details]
Patch
Comment 2 Dean Jackson 2012-11-27 11:22:46 PST
Committed r135886: <http://trac.webkit.org/changeset/135886>