summaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:09:50 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:09:50 +0000
commite1cf6e0bb14c68faecc665713a0ed6af4efd76f2 (patch)
tree71099884350aeb1d86f8779788cc087ba2fb7b58 /tools/perf
parent5fef30ac8b93b3721f64f2fccc24ba5022aa4d93 (diff)
downloadchromium_src-e1cf6e0bb14c68faecc665713a0ed6af4efd76f2.zip
chromium_src-e1cf6e0bb14c68faecc665713a0ed6af4efd76f2.tar.gz
chromium_src-e1cf6e0bb14c68faecc665713a0ed6af4efd76f2.tar.bz2
views: Fix a crash if the DispatcherClient is destroyed from its nested loop.
The client would attempt to reset |quit_closure_| at the end of the nested loop. However, the client may have been destroyed while running the nested loop. So it is necessary at the end of the nested loop to make sure that the client is still alive, before resetting |quit_closure_|. BUG=351481, 351365 R=sky@chromium.org Review URL: https://codereview.chromium.org/196333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions