diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-10-16 00:43:28 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-10-16 00:43:30 +0200 |
commit | 55e01157e7ba0455e970d03e6a5be82c3bc15d3b (patch) | |
tree | 56f4cd8e862beeca3336d94a8e86e89640e7bdda /components/script/dom/location.rs | |
parent | afc144aa3974db099ec1e66fc974d8e5ef25f74c (diff) | |
download | servo-55e01157e7ba0455e970d03e6a5be82c3bc15d3b.tar.gz servo-55e01157e7ba0455e970d03e6a5be82c3bc15d3b.zip |
Remove obsolete comments about cycles.
The tracing setup has ensured that the cycles can be collected for a long time
now.
Diffstat (limited to 'components/script/dom/location.rs')
-rw-r--r-- | components/script/dom/location.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/location.rs b/components/script/dom/location.rs index c55da71ad68..008a7deb3e9 100644 --- a/components/script/dom/location.rs +++ b/components/script/dom/location.rs @@ -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>, } |