auto merge of #1756 : Manishearth/servo/nodelist-1744, r=Ms2ger

I haven't been able to test it yet (need to run a full build), but it looks like it should work.
This commit is contained in:
bors-servo 2014-03-05 05:22:39 -05:00
commit ee549af3ae
4 changed files with 34 additions and 6 deletions

View file

@ -44,7 +44,7 @@ partial interface Document {
attribute DOMString title;
attribute HTMLElement? body;
readonly attribute HTMLHeadElement? head;
/*NodeList*/ HTMLCollection getElementsByName(DOMString elementName);
NodeList getElementsByName(DOMString elementName);
readonly attribute HTMLCollection images;
readonly attribute HTMLCollection embeds;