mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibWeb: Port MutationObserver interface from DeprecatedString to String
This commit is contained in:
parent
8531d11fab
commit
0ce5a920f7
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <DOM/MutationRecord.idl>
|
||||
#import <DOM/Node.idl>
|
||||
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface MutationObserver {
|
||||
|
||||
constructor(MutationCallback callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue