| Index: Source/core/html/HTMLAppletElement.idl
|
| diff --git a/Source/core/html/HTMLAppletElement.idl b/Source/core/html/HTMLAppletElement.idl
|
| index 2417b56b91c5ff6e605791d7b9a45ea628c9d7c6..0072da1ecd98fb512b6c6a2be7d8cbc6d714e870 100644
|
| --- a/Source/core/html/HTMLAppletElement.idl
|
| +++ b/Source/core/html/HTMLAppletElement.idl
|
| @@ -20,7 +20,10 @@
|
|
|
| // https://html.spec.whatwg.org/#the-applet-element
|
|
|
| -interface HTMLAppletElement : HTMLElement {
|
| +// TODO(yukishiino): HTMLObjectElement should not have [OverrideBuiltins].
|
| +[
|
| + OverrideBuiltins,
|
| +] interface HTMLAppletElement : HTMLElement {
|
| [Reflect] attribute DOMString align;
|
| [Reflect] attribute DOMString alt;
|
| [Reflect] attribute DOMString archive;
|
|
|