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] #[must_root]
#[privatize] #[privatize]
pub struct Location { pub struct Location {
reflector_: Reflector, //XXXjdm cycle: window->Location->window reflector_: Reflector,
page: Rc<Page>, page: Rc<Page>,
} }

View file

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