Bug 79152

Summary: NavigatorMediaStream.idl defines an interface for NavigatorGamepad
Product: WebKit Reporter: Drew Yao <ayao>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, haraken, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.