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 Jun 9, 2021
1 parent 3ff2921 commit 4a8ef67
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 4a8ef67

Please sign in to comment.