Skip to content

Commit

Permalink
The CookieChangeEvent should not be exposed when the cookie store API…
Browse files Browse the repository at this point in the history
… is disabled

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

Reviewed by Brent Fulgham.

Move the CookieChangeEvent behind the runtime flag.

* Source/WebCore/Modules/cookie-store/CookieChangeEvent.idl:

Canonical link: https://commits.webkit.org/271243@main
  • Loading branch information
cdumez committed Nov 28, 2023
1 parent ed090e2 commit e805c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/Modules/cookie-store/CookieChangeEvent.idl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// https://wicg.github.io/cookie-store/#cookiechangeevent

[
EnabledBySetting=CookieStoreAPIEnabled,
Exposed=Window,
SecureContext
] interface CookieChangeEvent : Event {
Expand Down

0 comments on commit e805c44

Please sign in to comment.