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 d9b9766 commit e9f2ec5
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 e9f2ec5

Please sign in to comment.