summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-09-05 11:41:26 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-06 00:27:09 +0200
commit8f110e0fb16a17f0b6ec287a81298cd67af22a01 (patch)
tree00093861930c71133debd342fc3ac86311b633c6 /Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
parent1bd4ad8b6d1a980e986f447694a31ef2d4c6e1ac (diff)
downloadserenity-8f110e0fb16a17f0b6ec287a81298cd67af22a01.zip
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
No interfaces require wrappers anymore, so we can just make this the default mode.
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/StyleSheetList.idl')
-rw-r--r--Userland/Libraries/LibWeb/CSS/StyleSheetList.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl b/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
index fb5b80684c..c617626611 100644
--- a/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
+++ b/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
@@ -1,6 +1,6 @@
#import <CSS/CSSStyleSheet.idl>
-[Exposed=Window, NoInstanceWrapper]
+[Exposed=Window]
interface StyleSheetList {
getter CSSStyleSheet? item(unsigned long index);
readonly attribute unsigned long length;