LibWeb: Port Selection interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-26 16:39:52 +12:00 committed by Andrew Kaster
commit 9f047819a5
Notes: sideshowbarker 2024-07-17 00:57:24 +09:00
3 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#import <DOM/Node.idl>
#import <DOM/Range.idl>
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface Selection {
readonly attribute Node? anchorNode;