| Index: core/html/HTMLEmbedElement.idl
|
| diff --git a/core/html/HTMLEmbedElement.idl b/core/html/HTMLEmbedElement.idl
|
| index 5def601db86859ba7fa1c6648e660a1acb55eeaf..11f77227c083bd29f499b32f6bae31f9a579b09d 100644
|
| --- a/core/html/HTMLEmbedElement.idl
|
| +++ b/core/html/HTMLEmbedElement.idl
|
| @@ -22,7 +22,9 @@
|
|
|
| // TODO(yukishiino): HTMLEmbedElement should not have [OverrideBuiltins].
|
| [
|
| - Custom=LegacyCallAsFunction,
|
| +// FIXMEDART: TODO(terry): Needed to remove Custom=LegacyCallAsFunction from Embed and Object
|
| +// otherwise an anonymous function is returned.
|
| +// Custom=LegacyCallAsFunction,
|
| OverrideBuiltins,
|
| ] interface HTMLEmbedElement : HTMLElement {
|
| [Reflect, URL] attribute DOMString src;
|
|
|