mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb: Port Selection interface from DeprecatedString to String
This commit is contained in:
parent
901220c588
commit
9f047819a5
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