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

Unified Diff: core/html/HTMLEmbedElement.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 | « no previous file | core/html/HTMLObjectElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | core/html/HTMLObjectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698