| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| index d4b3b6ae9fe5563e6466a3ceb2aadaf6b87524ab..cb88965a88f9c724a19775814aa3063e316edf98 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
|
| @@ -20,11 +20,8 @@
|
|
|
| // https://html.spec.whatwg.org/#the-object-element
|
|
|
| -// TODO(foolip): HTMLObjectElement should not have
|
| -// [Custom=LegacyCallAsFunction]. https://crbug.com/663662
|
| // TODO(yukishiino): HTMLObjectElement should not have [OverrideBuiltins].
|
| [
|
| - Custom=LegacyCallAsFunction,
|
| OverrideBuiltins,
|
| ] interface HTMLObjectElement : HTMLElement {
|
| [CEReactions, Reflect, URL] attribute DOMString data;
|
|
|