mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
fix typo
This commit is contained in:
parent
8bdee36bb8
commit
e268193b8d
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ impl HostTrait for HostCallbacks {
|
|||
}
|
||||
|
||||
fn on_load_started(&self) {
|
||||
debug!("on_load_ended");
|
||||
debug!("on_load_started");
|
||||
(self.0.on_load_started)();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue