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

Description Drew Yao 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.
Comment 1 Kentaro Hara 2012-02-21 17:20:47 PST
OK, let me fix it.
Comment 2 Kentaro Hara 2012-02-21 17:37:59 PST
Created attachment 128094 [details]
Patch
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-02-21 21:13:35 PST
All reviewed patches have been landed.  Closing bug.