Bug 27056

Summary: Alternate bool operator for codewarrior compiler (WINSCW)
Product: WebKit Reporter: Norbert Leser <norbert.leser>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, laszlo.gombos, yongjun.zhang
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: S60 Emulator   
OS: S60 3rd edition   
Bug Depends on:    
Bug Blocks: 27065    
Attachments:
Description Flags
Code patch for OwnArrayPtr.h hausmann: review+

Norbert Leser
Reported 2009-07-07 19:10:16 PDT
Created attachment 32416 [details] Code patch for OwnArrayPtr.h Compiler (latest build b482) reports error for UnspecifiedBoolType construct: "illegal explicit conversion from 'WTF::OwnArrayPtr<JSC::Register>' to 'bool'" Similar conditional (COMPILER(WINSCW)) code fixes have already been applied to PassRefPtr.h and RefPtr.h
Attachments
Code patch for OwnArrayPtr.h (1.33 KB, patch)
2009-07-07 19:10 PDT, Norbert Leser
hausmann: review+
Eric Seidel (no email)
Comment 1 2009-07-10 23:15:59 PDT
Comment on attachment 32416 [details] Code patch for OwnArrayPtr.h Where does it report these errors? And wny only for OwnArrayPtr?
Simon Hausmann
Comment 2 2009-07-15 08:16:05 PDT
Comment on attachment 32416 [details] Code patch for OwnArrayPtr.h r=me, this is identical to the fix in r38391 / #38391
Simon Hausmann
Comment 3 2009-07-15 08:18:53 PDT
Landed in r45911
Note You need to log in before you can comment on or make changes to this bug.