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

Unified Diff: third_party/WebKit/Source/core/html/HTMLAllCollection.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLAllCollection.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLAllCollection.idl b/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
index 4c22d4f18f5c3b730fb84b0f64f6c48005d59841..01555a4cde61dcf15689efa10eb93f19425038b0 100644
--- a/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
+++ b/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
@@ -36,7 +36,7 @@
// FIXME: The custom item() implementation may return a NodeList, but the
// spec has a (HTMLCollection or Element)? item(DOMString name) method.
[Custom] Element? item([Default=Undefined] optional unsigned long index);
- // FIXME: namedItem() should be a legacycaller. crbug.com/465009
+ // FIXME: namedItem() should be a legacycaller.
// FIXME: namedItem() should return an (HTMLCollection or Element)? union.
[ImplementedAs=namedGetter] getter (NodeList or Element)? namedItem(DOMString name);
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698