LibWeb: Port DocumentFragment from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-11 18:39:00 +12:00 committed by Sam Atkins
parent bfc0773285
commit 4adbf1d041
Notes: sideshowbarker 2024-07-17 03:03:15 +09:00

View file

@ -5,7 +5,7 @@
#import <DOM/ParentNode.idl>
// https://dom.spec.whatwg.org/#documentfragment
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface DocumentFragment : Node {
constructor();