Skip to content

Commit

Permalink
Remove [EnabledBySetting=PopoverAttributeEnabled] from ToggleEvent.idl
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=260751
rdar://114500635

Reviewed by Alexey Shvayka.

This is now used by details / summary since 267076@main, so the interface should no longer be gated by the popover attribute setting.

* Source/WebCore/dom/ToggleEvent.idl:

Canonical link: https://commits.webkit.org/267331@main
  • Loading branch information
nt1m committed Aug 26, 2023
1 parent ab55519 commit a7a424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/dom/ToggleEvent.idl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/

[EnabledBySetting=PopoverAttributeEnabled, Exposed=Window]
[Exposed=Window]
interface ToggleEvent : Event {
constructor([AtomString] DOMString type, optional ToggleEventInit eventInitDict = {});
readonly attribute DOMString oldState;
Expand Down

0 comments on commit a7a424a

Please sign in to comment.