diff options
Diffstat (limited to 'components/msg/constellation_msg.rs')
-rw-r--r-- | components/msg/constellation_msg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs index f05c16dfb42..7d6dee33fe7 100644 --- a/components/msg/constellation_msg.rs +++ b/components/msg/constellation_msg.rs @@ -197,7 +197,7 @@ pub enum Msg { ExitMsg, FailureMsg(Failure), InitLoadUrlMsg(Url), - LoadCompleteMsg(PipelineId, Url), + LoadCompleteMsg, FrameRectMsg(PipelineId, SubpageId, Rect<f32>), LoadUrlMsg(PipelineId, LoadData), ScriptLoadedURLInIFrameMsg(Url, PipelineId, SubpageId, IFrameSandboxState), |