Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add thread check to WatchFileDescriptor. | dmaclach@chromium.org | 2011-05-13 | 1 | -0/+66 |
I had a case where I was accidentally calling WatchFileDescriptor from another thread, and it took me a while to debug why I was having problems. This check would've immediately caught my error for me. BUG=none TEST=build Review URL: http://codereview.chromium.org/6410035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85271 0039d316-1c4b-4281-b951-d872f2087c98 |