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

Unified Diff: core/html/HTMLAllCollection.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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 | « core/html/DOMTokenList.idl ('k') | core/html/HTMLAudioElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLAllCollection.idl
diff --git a/core/html/HTMLAllCollection.idl b/core/html/HTMLAllCollection.idl
index 5eae2ee3bb5b3c8f41cdf017299981e0a0e77cd3..9f87dd441defa45cc87c30a6914852e29af0c10d 100644
--- a/core/html/HTMLAllCollection.idl
+++ b/core/html/HTMLAllCollection.idl
@@ -35,6 +35,6 @@
[ImplementedAs=anonymousNamedGetter, NotEnumerable] getter (NodeList or Node)(DOMString name);
[Custom] Node namedItem(DOMString name);
// FIXME: This should return an HTMLAllCollection.
- NodeList tags(DOMString name);
+ [MeasureAs=DocumentAllTags] NodeList tags(DOMString name);
};
« no previous file with comments | « core/html/DOMTokenList.idl ('k') | core/html/HTMLAudioElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698