Auto merge of #6778 - nox:childnodes, r=jdm

Optimise Node.childNodes



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6778)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-10 14:05:02 -06:00
commit 2b9590c5a5
5 changed files with 253 additions and 32 deletions

View file

@ -22,6 +22,7 @@
#![feature(plugin)]
#![feature(ref_slice)]
#![feature(rc_unique)]
#![feature(slice_patterns)]
#![feature(str_utf16)]
#![feature(unicode)]
#![feature(vec_push_all)]