mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -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