mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fixup rebase issues
This commit is contained in:
parent
512ba50315
commit
2a701cc339
2 changed files with 17 additions and 17 deletions
|
@ -948,7 +948,7 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> {
|
|||
fn load_url_for_webdriver(&mut self,
|
||||
pipeline_id: PipelineId,
|
||||
load_data:LoadData,
|
||||
reply: Sender<webdriver_msg::LoadStatus>) {
|
||||
reply: IpcSender<webdriver_msg::LoadStatus>) {
|
||||
let new_pipeline_id = self.load_url(pipeline_id, load_data);
|
||||
if let Some(id) = new_pipeline_id {
|
||||
self.webdriver.load_channel = Some((id, reply));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue