Optimise Node.childNodes

We use the virtual method children_changed() to propagate changes in the children
list to the NodeList tied to Node.childNodes.
This commit is contained in:
Anthony Ramine 2015-07-24 15:38:05 +02:00
parent a49eb14615
commit 4e8922a53a
3 changed files with 207 additions and 15 deletions

View file

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