[Webkit-unassigned] [Bug 217472] New: AudioParamMap.idl has the Exposed extended attribute twice. (With the same value)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 06:23:36 PDT 2020


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

            Bug ID: 217472
           Summary: AudioParamMap.idl has the Exposed extended attribute
                    twice. (With the same value)
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tuomas.webkit at apple.com
                CC: cdumez at apple.com

AudioParamMap.idl has the Exposed extended attribute twice. (With the same value)

[
    Conditional=WEB_AUDIO,
    EnabledBySetting=AudioWorklet,
    Exposed=Window,
    SkipVTableValidation,
    Exposed=Window
] interface AudioParamMap {
    readonly maplike<DOMString, AudioParam>;
};

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201008/a1ba53ac/attachment.htm>


More information about the webkit-unassigned mailing list