aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/location.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-10-16 00:43:28 +0200
committerMs2ger <ms2ger@gmail.com>2014-10-16 00:43:30 +0200
commit55e01157e7ba0455e970d03e6a5be82c3bc15d3b (patch)
tree56f4cd8e862beeca3336d94a8e86e89640e7bdda /components/script/dom/location.rs
parentafc144aa3974db099ec1e66fc974d8e5ef25f74c (diff)
downloadservo-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.rs2
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>,
}