mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
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:
parent
afc144aa39
commit
55e01157e7
2 changed files with 2 additions and 2 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue