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

Unified Diff: third_party/WebKit/Source/core/html/HTMLEmbedElement.idl

Issue 2493343002: Remove legacy callers for HTMLEmbedElement and HTMLObjectElement (Closed)
Patch Set: fix another test Created 3 years, 10 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
Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
index ee74abae48a4b584056285a3f60954b50c541ae7..91d2e6c378c60ba5ab4ecf3e4326e8d6df2c845e 100644
--- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
@@ -20,11 +20,8 @@
// https://html.spec.whatwg.org/#the-embed-element
-// TODO(foolip): HTMLEmbedElement should not have [Custom=LegacyCallAsFunction].
-// https://crbug.com/663662
// TODO(yukishiino): HTMLEmbedElement should not have [OverrideBuiltins].
[
- Custom=LegacyCallAsFunction,
OverrideBuiltins,
] interface HTMLEmbedElement : HTMLElement {
[CEReactions, Reflect, URL] attribute DOMString src;
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698