mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
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:
parent
a49eb14615
commit
4e8922a53a
3 changed files with 207 additions and 15 deletions
|
@ -21,6 +21,7 @@
|
|||
#![feature(plugin)]
|
||||
#![feature(ref_slice)]
|
||||
#![feature(rc_unique)]
|
||||
#![feature(slice_patterns)]
|
||||
#![feature(str_utf16)]
|
||||
#![feature(unicode)]
|
||||
#![feature(vec_push_all)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue