Index: core/html/HTMLObjectElement.idl |
diff --git a/core/html/HTMLObjectElement.idl b/core/html/HTMLObjectElement.idl |
index d0f6261580a4b591d682c0f9e6f93c2a6df1a330..d71a2cc29d130a9928e663deef092c97ad0b0ca2 100644 |
--- a/core/html/HTMLObjectElement.idl |
+++ b/core/html/HTMLObjectElement.idl |
@@ -22,7 +22,9 @@ |
// TODO(yukishiino): HTMLObjectElement 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 HTMLObjectElement : HTMLElement { |
[Reflect, URL] attribute DOMString data; |