[Webkit-unassigned] [Bug 37299] Missing return value in TCMalloc_ThreadCache::GetThreadHeap()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 16:45:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37299





--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2010-04-08 16:45:37 PST ---
FastMalloc is never built with HAVE_TLS defined.  If it were built with that
defined then it would fail to build with a link error, since the
KernelSupportsTLS function is only provided if WTF_CHANGES is not defined. 
config.h always sets WTF_CHANGES.  I don’t think there’s anything to do here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list