[Webkit-unassigned] [Bug 79152] New: NavigatorMediaStream.idl defines an interface for NavigatorGamepad

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 15:22:50 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79152

           Summary: NavigatorMediaStream.idl defines an interface for
                    NavigatorGamepad
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ayao at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list