mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove unused arguments from LoadComplete and LoadCompleteMsg
This commit is contained in:
parent
d5f1bb2df5
commit
cdddf6465c
5 changed files with 9 additions and 10 deletions
|
@ -434,9 +434,9 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> {
|
|||
}
|
||||
// A page loaded through one of several methods above has completed all parsing,
|
||||
// script, and reflow messages have been sent.
|
||||
LoadCompleteMsg(pipeline_id, url) => {
|
||||
LoadCompleteMsg => {
|
||||
debug!("constellation got load complete message");
|
||||
self.compositor_proxy.send(LoadComplete(pipeline_id, url));
|
||||
self.compositor_proxy.send(LoadComplete);
|
||||
}
|
||||
// Handle a forward or back request
|
||||
NavigateMsg(direction) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue