mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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: https://github.com/SerenityOS/serenity/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>
|
||||
|
||||
// https://dom.spec.whatwg.org/#documentfragment
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface DocumentFragment : Node {
|
||||
constructor();
|
||||
|
||||
|
|
Loading…
Reference in a new issue