Index: Source/core/html/HTMLAllCollection.idl |
diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl |
index 6a135f26a9804486f6874b920c2875456ea87fc3..9193c7239e8cc3c4349cac991dbf60f6ff427127 100644 |
--- a/Source/core/html/HTMLAllCollection.idl |
+++ b/Source/core/html/HTMLAllCollection.idl |
@@ -34,5 +34,5 @@ |
[NotEnumerable] getter (NodeList or Element) (DOMString name); |
[Custom] Element namedItem(DOMString name); |
// FIXME: This should return an HTMLAllCollection. |
- [MeasureAs=DocumentAllTags] NodeList tags(DOMString name); |
+ [MeasureAs=DocumentAllTags] HTMLCollection tags(DOMString name); |
}; |