LibWeb: Port MutationObserver interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-06 14:28:15 +12:00 committed by Tim Flynn
commit 0ce5a920f7
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#import <DOM/MutationRecord.idl>
#import <DOM/Node.idl>
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface MutationObserver {
constructor(MutationCallback callback);