commit | 517a7f2f7c3dc66741b119d07d6053ced9f23aae | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Thu Jul 16 16:24:57 2015 -0700 |
committer | Natalie Weizenbaum <nweiz@google.com> | Thu Jul 16 16:24:57 2015 -0700 |
tree | 0ecf92a8ffc1e6e49840fb84d14ac096129c5574 | |
parent | d976b9cfedcadcdb32de359bbac6bcf4b1e7f581 [diff] |
Fix a race condition in file watcher. It was possible for events to be added to the events controller after it had been closed if the call to close() came in while a method was waiting on an asynchronous callback. R=cbracken@google.com Review URL: https://codereview.chromium.org//1228703007 .