Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1939)

Unified Diff: core/html/HTMLObjectElement.idl

Issue 2829163002: Roll 50: Latest changes in third_party/WebKit (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/html/HTMLEmbedElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « core/html/HTMLEmbedElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698