mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
parent
59cf735f85
commit
60142f87e2
50 changed files with 132 additions and 128 deletions
|
@ -284,7 +284,7 @@ impl<'a> GlobalRef<'a> {
|
|||
pub fn report_an_error(&self, error_info: ErrorInfo, value: HandleValue) {
|
||||
match *self {
|
||||
GlobalRef::Window(ref window) => window.report_an_error(error_info, value),
|
||||
GlobalRef::Worker(_) => (),
|
||||
GlobalRef::Worker(ref worker) => worker.report_an_error(error_info, value),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue