LibWeb: Port HTMLObjectElement interface from DeprecatedString to String

This commit is contained in:
Shannon Booth
2023-09-03 15:39:01 +12:00
committed by Tim Flynn
parent de07fb5132
commit 63aa93aaf4
Notes: sideshowbarker 2024-07-17 04:57:23 +09:00
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/iframe-embed-object.html#htmlobjectelement
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface HTMLObjectElement : HTMLElement {
[HTMLConstructor] constructor();