TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized.  This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs.  This change modifies the Slot type to be a struct containing an "initialized" flag.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1122 0039d316-1c4b-4281-b951-d872f2087c98
17 files changed