mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make change page url message consistent with other compositor messages.
This doesn't have any effect on functionality, it just simplifies a few upcoming changes with how FrameIds work.
This commit is contained in:
parent
e8f1a046c6
commit
3befc8ce0b
3 changed files with 6 additions and 6 deletions
|
@ -335,7 +335,7 @@ impl NavigationContext {
|
|||
fn set_current(&mut self, new_frame: Rc<FrameTree>, compositor_proxy: &mut CompositorProxy) {
|
||||
self.current = Some(new_frame.clone());
|
||||
compositor_proxy.send(CompositorMsg::ChangePageUrl(
|
||||
new_frame.id,
|
||||
new_frame.pipeline.borrow().id,
|
||||
new_frame.pipeline.borrow().url.clone()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue