| Index: Source/core/html/HTMLEmbedElement.idl
|
| diff --git a/Source/core/html/HTMLEmbedElement.idl b/Source/core/html/HTMLEmbedElement.idl
|
| index dd5169ae44624a5dc5295e2abaee78a78167a56e..fba968a41fcc6b3d03941f8108cbfbe4e81d83e1 100644
|
| --- a/Source/core/html/HTMLEmbedElement.idl
|
| +++ b/Source/core/html/HTMLEmbedElement.idl
|
| @@ -20,8 +20,10 @@
|
|
|
| // https://html.spec.whatwg.org/#the-embed-element
|
|
|
| +// TODO(yukishiino): HTMLObjectElement should not have [OverrideBuiltins].
|
| [
|
| Custom=LegacyCallAsFunction,
|
| + OverrideBuiltins,
|
| ] interface HTMLEmbedElement : HTMLElement {
|
| [Reflect, URL] attribute DOMString src;
|
| [Reflect] attribute DOMString type;
|
|
|