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

Unified Diff: third_party/WebCore/html/HTMLAllCollection.idl

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/WebCore/editing/UndoManager.idl ('k') | third_party/WebCore/html/HTMLMediaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLAllCollection.idl
diff --git a/third_party/WebCore/html/HTMLAllCollection.idl b/third_party/WebCore/html/HTMLAllCollection.idl
index 50e189c6556d15513f5e04ab56b489d702487a45..f9c093da06fa4fb8a7d536ad6cc088fa11329f19 100644
--- a/third_party/WebCore/html/HTMLAllCollection.idl
+++ b/third_party/WebCore/html/HTMLAllCollection.idl
@@ -36,7 +36,6 @@ module html {
readonly attribute unsigned long length;
[Custom] Node item(in [Optional=DefaultIsUndefined] unsigned long index);
[Custom] Node namedItem(in DOMString name);
-
// FIXME: This should return an HTMLAllCollection.
NodeList tags(in DOMString name);
};
« no previous file with comments | « third_party/WebCore/editing/UndoManager.idl ('k') | third_party/WebCore/html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698