Bug 79152 - NavigatorMediaStream.idl defines an interface for NavigatorGamepad
Summary: NavigatorMediaStream.idl defines an interface for NavigatorGamepad
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 15:22 PST by Drew Yao
Modified: 2012-02-21 21:13 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.01 KB, patch)
2012-02-21 17:37 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.