0

Fix a typo that broke the posix build.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1681 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
deanm@google.com
2008-09-03 17:13:23 +00:00
parent cda0fe34e2
commit a99754d59f

@ -24,7 +24,7 @@ void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
// static
void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
return pthread_getspecific(slot_);
return pthread_getspecific(slot);
}
// static