Bug 29028

Summary: threading.h undefined atomicIncrenment/Decrement for Qt/s60
Product: WebKit Reporter: Janne Koskinen <koshuin>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Blocker    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: S60 Emulator   
OS: S60 3rd edition   
Attachments:
Description Flags
threading compiler fix none

Description Janne Koskinen 2009-09-08 03:02:33 PDT
Created attachment 39177 [details]
threading compiler fix

WTF::atomicIncrement and WTF::atomicDecrement names are being exposed with using keyword even if LOCKFREE_THREADSAFESHARED is used.
This causes WINSCW compiler to bail out with undefined identifier.
Comment 1 Mark Rowe (bdash) 2009-09-08 03:29:04 PDT

*** This bug has been marked as a duplicate of bug 29011 ***
Comment 2 Mark Rowe (bdash) 2009-09-08 03:29:45 PDT
Please don't mark patches as r+ if you are not a WebKit reviewer.