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

Unified Diff: third_party/WebKit/Source/core/html/HTMLObjectElement.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
« no previous file with comments | « third_party/WebKit/Source/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: 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;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLEmbedElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698