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

@ -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 {