[Webkit-unassigned] [Bug 127678] New: Buildfix for !ENABLE(COMPARE_AND_SWAP) platforms after r162774

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 02:02:16 PST 2014


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

           Summary: Buildfix for !ENABLE(COMPARE_AND_SWAP) platforms after
                    r162774
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: zherczeg at webkit.org, rgabor at webkit.org


After http://trac.webkit.org/changeset/162774 we should use std::mutex and std::atomic 
instead of WTF threading primitives. This change broke !ENABLE(COMPARE_AND_SWAP) builds,
for example the ARM traditional build:

/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/WebCore/platform/text/TextBreakIterator.cpp: In function 'bool WebCore::compareAndSwapNonSharedCharacterBreakIterator(WebCore::TextBreakIterator*, WebCore::TextBreakIterator*)':
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/WebCore/platform/text/TextBreakIterator.cpp:279:12: error: 'Mutex' does not name a type
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/WebCore/platform/text/TextBreakIterator.cpp:280:5: error: 'MutexLocker' was not declared in this scope
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/WebCore/platform/text/TextBreakIterator.cpp:280:17: error: expected ';' before 'locker'

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