Bug 217472

Summary: AudioParamMap.idl has the Exposed extended attribute twice. (With the same value)
Product: WebKit Reporter: Tuomas Karkkainen <tuomas.webkit>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, eric.carlson, esprehn+autocc, ews-watchlist, glenn, jer.noble, koivisto, kondapallykalyan, philipj, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Tuomas Karkkainen 2020-10-08 06:23:36 PDT
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>;
};
Comment 1 Tuomas Karkkainen 2020-10-08 06:28:06 PDT
Created attachment 410835 [details]
proposed patch
Comment 2 EWS 2020-10-08 10:29:37 PDT
Committed r268187: <https://trac.webkit.org/changeset/268187>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 410835 [details].
Comment 3 Radar WebKit Bug Importer 2020-10-08 10:30:28 PDT
<rdar://problem/70099457>