mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
LibWeb: Port DocumentFragment from DeprecatedString to String
This commit is contained in:
parent
bfc0773285
commit
4adbf1d041
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#import <DOM/ParentNode.idl>
|
||||
|
||||
// https://dom.spec.whatwg.org/#documentfragment
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface DocumentFragment : Node {
|
||||
constructor();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue