Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Issue 7563025: TaskClosureAdapter::Run does not invoke the task if it is null. (Closed)

Created:
9 years, 4 months ago by apatrick_chromium
Modified:
9 years, 4 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

TaskClosureAdapter::Run does not invoke the task if it is null. This is an attempt to fix http://crbug.com/81449. If this actually fixes it then there is probably something more fundamentally wrong. BUG=81449 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95441

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M base/task.cc View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
apatrick_chromium
9 years, 4 months ago (2011-08-04 00:55:27 UTC) #1
awong
LGTM On Wed, Aug 3, 2011 at 5:55 PM, <apatrick@chromium.org> wrote: > Reviewers: awong, > ...
9 years, 4 months ago (2011-08-04 01:32:00 UTC) #2
apatrick_chromium
+darin for owners
9 years, 4 months ago (2011-08-04 17:49:25 UTC) #3
darin (slow to review)
9 years, 4 months ago (2011-08-04 17:52:30 UTC) #4
OK, LGTM

This would imply that either Run is being called multiple times, or we are
initializing with a null Task :-(

Powered by Google App Engine
This is Rietveld 408576698