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:
parent
d8ae02ef59
commit
9117bcfd61
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