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
commit 9117bcfd61
Notes: sideshowbarker 2024-07-17 08:42:05 +09:00
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.