auto merge of #3691 : Ms2ger/servo/cycle-comments, r=jdm

The tracing setup has ensured that the cycles can be collected for a long time
now.
This commit is contained in:
bors-servo 2014-10-15 18:42:20 -06:00
commit d54fb041ba
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ use std::rc::Rc;
#[must_root]
#[privatize]
pub struct Location {
reflector_: Reflector, //XXXjdm cycle: window->Location->window
reflector_: Reflector,
page: Rc<Page>,
}

View file

@ -15,7 +15,7 @@ use servo_util::str::DOMString;
#[must_root]
#[privatize]
pub struct Navigator {
reflector_: Reflector //XXXjdm cycle: window->navigator->window
reflector_: Reflector,
}
impl Navigator {