Skip to content

Commit

Permalink
feat: support ExecutingContext::Timers()
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 7, 2024
1 parent aca246c commit 013b473
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 013b473

Please sign in to comment.