aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/constellation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/compositing/constellation.rs')
-rw-r--r--components/compositing/constellation.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/compositing/constellation.rs b/components/compositing/constellation.rs
index d8831c02c90..8b6902135ef 100644
--- a/components/compositing/constellation.rs
+++ b/components/compositing/constellation.rs
@@ -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) => {