Skip to content

Commit

Permalink
feat: support ExecutingContext::Timers()
Browse files Browse the repository at this point in the history
  • Loading branch information
david authored and david committed Sep 15, 2024
1 parent 94a2dae commit 4ef4dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridge/core/executing_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ DOMTimerCoordinator* ExecutingContext::Timers() {
return &timers_;
}

/*
ModuleListenerContainer* ExecutingContext::ModuleListeners() {
return &module_listener_container_;
}
Expand Down

0 comments on commit 4ef4dd1

Please sign in to comment.