[Webkit-unassigned] [Bug 34169] New: Using the same name for member variables and parameters in NewThreadContext constructor cause failure to initialize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 09:27:40 PST 2010


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

           Summary: Using the same name for member variables and
                    parameters in NewThreadContext constructor cause
                    failure to initialize
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lyon.chen at torchmobile.com
                CC: darin at apple.com, mrowe at apple.com,
                    yong.li.webkit at gmail.com


In file JavaScriptCore/wtf/Threading.cpp, the constructor of NewThreadContext
use the same name for all the parameters and memeber variables, and this cause
the member variables not initialized in RVCT compiler, not sure about other
compilers though.

Change it to use different names should be fine with other compilers too.

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