1
Fork 0
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:
Shannon Booth 2023-09-06 19:28:47 +12:00 committed by Andrew Kaster
parent 75133cf733
commit da1f137967
4 changed files with 24 additions and 12 deletions

View file

@ -1,7 +1,7 @@
#import <DOM/Node.idl>
#import <DOM/NodeList.idl>
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface MutationRecord {
readonly attribute DOMString type;