Skip to content

Commit

Permalink
fix purify error
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1514 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
darin@google.com committed Aug 28, 2008
1 parent 96ffd0f commit 6f3eb9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class BaseTimer : public BaseTimer_Helper {
if (!timer_) // timer_ is null if we were orphaned.
return;
BaseTimer<Receiver>* self = static_cast<BaseTimer<Receiver>*>(timer_);
self->delayed_task_ = NULL;
if (self->repeating_)
self->Reset();
DispatchToMethod(self->receiver_, self->receiver_method_, Tuple0());
Expand Down

0 comments on commit 6f3eb9b

Please sign in to comment.