mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Port DocumentFragment from DeprecatedString to String
This commit is contained in:
parent
bfc0773285
commit
4adbf1d041
Notes:
sideshowbarker
2024-07-17 03:03:15 +09:00
Author: https://github.com/shannonbooth
Commit: 4adbf1d041
Pull-request: https://github.com/SerenityOS/serenity/pull/21024
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#import <DOM/ParentNode.idl>
|
#import <DOM/ParentNode.idl>
|
||||||
|
|
||||||
// https://dom.spec.whatwg.org/#documentfragment
|
// https://dom.spec.whatwg.org/#documentfragment
|
||||||
[Exposed=Window, UseDeprecatedAKString]
|
[Exposed=Window]
|
||||||
interface DocumentFragment : Node {
|
interface DocumentFragment : Node {
|
||||||
constructor();
|
constructor();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue