summaryrefslogtreecommitdiff
path: root/core/realm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/realm.rs')
-rw-r--r--core/realm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/realm.rs b/core/realm.rs
index e3c7a5641..1595d9160 100644
--- a/core/realm.rs
+++ b/core/realm.rs
@@ -15,7 +15,7 @@ use v8::Local;
#[derive(Default)]
pub(crate) struct ContextState {
- pub(crate) js_recv_cb: Option<v8::Global<v8::Function>>,
+ pub(crate) js_event_loop_tick_cb: Option<v8::Global<v8::Function>>,
pub(crate) js_build_custom_error_cb: Option<v8::Global<v8::Function>>,
pub(crate) js_promise_reject_cb: Option<v8::Global<v8::Function>>,
pub(crate) js_format_exception_cb: Option<v8::Global<v8::Function>>,