LibWeb: Update Screen IDL definition to not inherit from EventTarget

This commit is contained in:
Tim Ledbetter 2024-11-26 12:48:53 +00:00 committed by Andreas Kling
parent d73f809af5
commit 8ad3479e0e
Notes: github-actions[bot] 2024-11-26 18:08:53 +00:00

View file

@ -4,7 +4,7 @@
// https://w3c.github.io/csswg-drafts/cssom-view-1/#screen
[Exposed=Window]
interface Screen : EventTarget {
interface Screen {
readonly attribute long availWidth;
readonly attribute long availHeight;
readonly attribute long width;