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

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

Issue 2487073003: Update legacycaller FIXMEs to reflect spec changes (Closed)
Patch Set: Created 4 years, 1 month 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 e90da6471733a7e57e5b5d4d03ef8225c123c4ee..ee74abae48a4b584056285a3f60954b50c541ae7 100644
--- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
@@ -20,6 +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,
@@ -30,7 +32,6 @@
[CEReactions, Reflect] attribute DOMString width;
[CEReactions, Reflect] attribute DOMString height;
[CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
- // FIXME: The spec has a legacycaller any (any... arguments); crbug.com/465009
// obsolete members
// https://html.spec.whatwg.org/#HTMLEmbedElement-partial

Powered by Google App Engine
This is Rietveld 408576698