[Webkit-unassigned] [Bug 27058] New: Removed superfluous parenthesis around single expression

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 19:14:28 PDT 2009


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

           Summary: Removed superfluous parenthesis around single
                    expression
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Emulator
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: norbert.leser at nokia.com
                CC: yongjun.zhang at nokia.com, hausmann at webkit.org,
                    laszlo.1.gombos at nokia.com



Norbert Leser <norbert.leser at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32417|                            |review?
               Flag|                            |


Created an attachment (id=32417)
 --> (https://bugs.webkit.org/attachment.cgi?id=32417)
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.

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