[Webkit-unassigned] [Bug 104424] New: JSC::CodeBlock::getJITType() missing const qualifier when JIT disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 18:23:38 PST 2012


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

           Summary: JSC::CodeBlock::getJITType() missing const qualifier
                    when JIT disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: net147 at gmail.com


If JIT is enabled, JSC::CodeBlock::getJITType() has the const qualifier.
If JIT is disabled, JSC::CodeBlock::getJITType() does not have the const qualifier.

JSC::CodeBlock::getJITType() should have the const qualifier in both cases.

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