1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

LibWeb: Port History interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-26 17:03:52 +12:00 committed by Andrew Kaster
parent 7b79324548
commit 72f54eca26
4 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
#import <DOM/AbstractRange.idl>
#import <Geometry/DOMRect.idl>
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface Range : AbstractRange {
constructor();