[Webkit-unassigned] [Bug 33878] New: Add ThreadSpecific for ENABLE(SINGLE_THREADED)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 20:08:56 PST 2010


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

           Summary: Add ThreadSpecific for ENABLE(SINGLE_THREADED)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


When ENABLE(SINGLE_THREADED) is true, ThreadSpecific can be replaced with a
simple getter/setter. 

Due to the change in https://bugs.webkit.org/show_bug.cgi?id=33236, an
implementation of ThreadSpecific must be available to build WebKit. This causes
a build failure for platforms without a proper ThreadSpecific implementation.

-- 
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