Skip to content

Commit

Permalink
chore: rename _status to status
Browse files Browse the repository at this point in the history
  • Loading branch information
xiandu.wl authored and iterminatorheart committed Apr 10, 2024
1 parent 257b16b commit 140ebe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/servoshell/webview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ where
trace_embedder_msg!(msg, "{msg:?}");
}
match msg {
EmbedderMsg::Status(_status) => {
self.hovered_link = _status;
EmbedderMsg::Status(status) => {
self.hovered_link = status;
need_update = true;
},
EmbedderMsg::ChangePageTitle(title) => {
Expand Down

0 comments on commit 140ebe8

Please sign in to comment.