mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Re-add TODO comment for adding referer info to LoadData
This commit is contained in:
parent
a8e82440ff
commit
c76d0006ee
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue