LibWeb: Remove the NoInstanceWrapper extended IDL attribute

No interfaces require wrappers anymore, so we can just make this the
default mode.
This commit is contained in:
Andreas Kling 2022-09-05 11:41:26 +02:00
commit 8f110e0fb1
Notes: sideshowbarker 2024-07-17 07:23:51 +09:00
31 changed files with 32 additions and 35 deletions

View file

@ -1,7 +1,7 @@
#import <DOM/Node.idl>
#import <DOM/AbstractRange.idl>
[Exposed=Window, NoInstanceWrapper]
[Exposed=Window]
interface StaticRange : AbstractRange {
constructor(StaticRangeInit init);
};