mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibWeb: Port MutationRecord from DeprecatedString to String
This commit is contained in:
parent
75133cf733
commit
da1f137967
4 changed files with 24 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <DOM/Node.idl>
|
||||
#import <DOM/NodeList.idl>
|
||||
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface MutationRecord {
|
||||
|
||||
readonly attribute DOMString type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue