New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 598836 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug

Blocking:
issue 547071



Sign in to add a comment

Fix call to dispatch_get_current_queue()

Project Member Reported by shrike@chromium.org, Mar 29 2016

Issue description

LibDispatchTaskRunner::RunsTasksOnCurrentThread() calls dispatch_get_current_queue(), which has been deprecated.

It's actually OK to call this function in certain situations (this is one of them).

 

Comment 1 by shrike@chromium.org, Mar 29 2016

Blocking: 547071
Cc: shrike@chromium.org
Owner: rsesek@chromium.org
Status: Fixed (was: Started)

Sign in to add a comment