Remove obsolete comments about cycles.

The tracing setup has ensured that the cycles can be collected for a long time
now.
This commit is contained in:
Ms2ger 2014-10-16 00:43:28 +02:00
parent afc144aa39
commit 55e01157e7
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 {