mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
LibWeb: Port Selection interface from DeprecatedString to String
This commit is contained in:
parent
901220c588
commit
9f047819a5
Notes:
sideshowbarker
2024-07-17 00:57:24 +09:00
Author: https://github.com/shannonbooth
Commit: 9f047819a5
Pull-request: https://github.com/SerenityOS/serenity/pull/20799
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <DOM/Node.idl>
|
||||
#import <DOM/Range.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface Selection {
|
||||
|
||||
readonly attribute Node? anchorNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue