mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
LibWeb: Port DOMImplementation from DeprecatedString to String
This commit is contained in:
parent
d8ae02ef59
commit
9117bcfd61
Notes:
sideshowbarker
2024-07-17 08:42:05 +09:00
Author: https://github.com/shannonbooth
Commit: 9117bcfd61
Pull-request: https://github.com/SerenityOS/serenity/pull/20511
3 changed files with 18 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue