Skip to content

Commit

Permalink
src: remove unused CancelPendingDelayedTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed May 31, 2021
1 parent b1c18bb commit 80a5903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/browser/javascript_environment.cc
Expand Up @@ -168,7 +168,6 @@ JavascriptEnvironment::~JavascriptEnvironment() {
isolate_->Exit();
g_isolate = nullptr;

platform_->CancelPendingDelayedTasks(isolate_);
platform_->UnregisterIsolate(isolate_);
}

Expand Down

0 comments on commit 80a5903

Please sign in to comment.