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

LibWeb: Port DOMImplementation from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-12 21:30:16 +12:00 committed by Andreas Kling
parent d8ae02ef59
commit 9117bcfd61
3 changed files with 18 additions and 16 deletions

View file

@ -1,7 +1,7 @@
#import <DOM/Document.idl>
// https://dom.spec.whatwg.org/#domimplementation
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface DOMImplementation {
// FIXME: This should return XMLDocument instead of Document.