Re-add TODO comment for adding referer info to LoadData

This commit is contained in:
Keith Yeung 2016-05-02 21:07:54 -04:00
parent a8e82440ff
commit c76d0006ee

View file

@ -987,6 +987,8 @@ impl<LTF: LayoutThreadFactory, STF: ScriptThreadFactory> Constellation<LTF, STF>
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)
});