diff options
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r-- | runtime/web_worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs index 528546e9a..7dd408292 100644 --- a/runtime/web_worker.rs +++ b/runtime/web_worker.rs @@ -505,7 +505,7 @@ impl WebWorker { } } - pub fn poll_event_loop( + fn poll_event_loop( &mut self, cx: &mut Context, wait_for_inspector: bool, |