Bug 146022 - WebRTC: Navigator.webkitGetUserMedia() requires three arguments
Summary: WebRTC: Navigator.webkitGetUserMedia() requires three arguments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 143211
  Show dependency treegraph
 
Reported: 2015-06-16 09:36 PDT by Adam Bergkvist
Modified: 2015-06-22 01:37 PDT (History)
4 users (show)

See Also:


Attachments
Proposed patch (21.23 KB, patch)
2015-06-16 09:51 PDT, Adam Bergkvist
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Bergkvist 2015-06-16 09:36:33 PDT
Navigator.webkitGetUserMedia() used have an optional error callback, but it's now required according to the spec [1].

[1] http://w3c.github.io/mediacapture-main/archives/20150523/getusermedia.html#navigatorusermedia-interface-extensions
Comment 1 Adam Bergkvist 2015-06-16 09:51:57 PDT
Created attachment 254953 [details]
Proposed patch

Proposed patch
Comment 2 WebKit Commit Bot 2015-06-22 01:37:25 PDT
Comment on attachment 254953 [details]
Proposed patch

Clearing flags on attachment: 254953

Committed r185820: <http://trac.webkit.org/changeset/185820>
Comment 3 WebKit Commit Bot 2015-06-22 01:37:27 PDT
All reviewed patches have been landed.  Closing bug.