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) });