Bug 217472 - AudioParamMap.idl has the Exposed extended attribute twice. (With the same value)
Summary: AudioParamMap.idl has the Exposed extended attribute twice. (With the same va...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-08 06:23 PDT by Tuomas Karkkainen
Modified: 2020-10-08 10:30 PDT (History)
11 users (show)

See Also:


Attachments
proposed patch (1.18 KB, patch)
2020-10-08 06:28 PDT, Tuomas Karkkainen
no flags Details | Formatted Diff | Diff

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