[Webkit-unassigned] [Bug 29011] New: Build fix when USE(LOCKFREE_THREADSAFESHARED) is not defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 08:11:19 PDT 2009


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

           Summary: Build fix when USE(LOCKFREE_THREADSAFESHARED) is not
                    defined
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


Some WebKit ports (e.g. Symbian QtWebKit port) does not (yet) define
atomicIncrement and atomicDecrement functions. This is a "supported"
configuration and the USE(LOCKFREE_THREADSAFESHARED) is used to determine if
atomicIncrement and atomicDecrement functions are available.

ChangeSet http://trac.webkit.org/changeset/47845 introduced a change in
Threading.h which would require to implement atomicIncrement and
atomicDecrement functions for all ports. Guarding some of the changes in
Threading.h with USE(LOCKFREE_THREADSAFESHARED) would fix this problem (and
would fix the Symbian QtWebKit build). Patch will follow.

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