From c76d0006ee4e7ab136a8ce29a4b5341d3d342211 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Mon, 2 May 2016 21:07:54 -0400 Subject: [PATCH] Re-add TODO comment for adding referer info to LoadData --- components/compositing/constellation.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/compositing/constellation.rs b/components/compositing/constellation.rs index 34c7dfcf3a9..0b235257d1a 100644 --- a/components/compositing/constellation.rs +++ b/components/compositing/constellation.rs @@ -987,6 +987,8 @@ impl Constellation Some(old_pipeline) => old_pipeline.url.clone(), None => Url::parse("about:blank").expect("infallible"), }; + + // TODO - loaddata here should have referrer info (not None, None) LoadData::new(url, None, None) });