Bug 27058

Summary: Removed superfluous parenthesis around single expression
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 Platform.h mjs: review+

Norbert Leser
Reported 2009-07-07 19:14:28 PDT
Created attachment 32417 [details] Code patch for Platform.h Compilers on Symbian platform fail to parse and compile a statement such as: defined( ENABLE_##WTF_FEATURE ) && ENABLE_##WTF_FEATURE The proposed patch removes the unnecessary parenthesis, which is save on any platform.
Attachments
Code patch for Platform.h (1.79 KB, patch)
2009-07-07 19:14 PDT, Norbert Leser
mjs: review+
Maciej Stachowiak
Comment 1 2009-07-10 15:10:26 PDT
Comment on attachment 32417 [details] Code patch for Platform.h r=me
Simon Hausmann
Comment 2 2009-07-13 01:30:53 PDT
Landed in r45793
Note You need to log in before you can comment on or make changes to this bug.