RESOLVED FIXED 79152
NavigatorMediaStream.idl defines an interface for NavigatorGamepad
https://bugs.webkit.org/show_bug.cgi?id=79152
Summary NavigatorMediaStream.idl defines an interface for NavigatorGamepad
Drew Yao
Reported 2012-02-21 15:22:51 PST
In r108383: WebKit/Source/WebCore/mediastream/NavigatorMediaStream.idl module window { interface [ Conditional=MEDIA_STREAM, Supplemental=Navigator ] NavigatorGamepad { [V8EnabledAtRuntime] void webkitGetUserMedia(in DOMString options, in [Callback] NavigatorUserMediaSuccessCallback successCallback, in [Callback, Optional] NavigatorUserMediaErrorCallback errorCallback) raises(DOMException); }; } I am assuming that NavigatorGamepad is there instead of NavigatorMediaStream due to a copy and paste error.
Attachments
Patch (2.01 KB, patch)
2012-02-21 17:37 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-02-21 17:20:47 PST
OK, let me fix it.
Kentaro Hara
Comment 2 2012-02-21 17:37:59 PST
WebKit Review Bot
Comment 3 2012-02-21 21:13:31 PST
Comment on attachment 128094 [details] Patch Clearing flags on attachment: 128094 Committed r108443: <http://trac.webkit.org/changeset/108443>
WebKit Review Bot
Comment 4 2012-02-21 21:13:35 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.