diff options
Diffstat (limited to 'base/object_watcher.cc')
-rw-r--r-- | base/object_watcher.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/object_watcher.cc b/base/object_watcher.cc index 95c0b64..c16f917 100644 --- a/base/object_watcher.cc +++ b/base/object_watcher.cc @@ -57,6 +57,7 @@ struct ObjectWatcher::Watch : public Task { watcher->CancelWatch(object); + task_to_run->ResetBirthTime(); task_to_run->Run(); delete task_to_run; } |