[Webkit-unassigned] [Bug 29186] New: template specialisation error on WINSCW

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 08:53:15 PDT 2009


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

           Summary: template specialisation error on WINSCW
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Emulator
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koshuin at gmail.com


Compiling literalparser.cpp for WINSCW complains about "undefined identifier
mode".
"mode" has been defined in the template specialisation, but the prototype of
the function has a diffrent variable name for it "parserMode".

This is addenum for https://bugs.webkit.org/show_bug.cgi?id=28069.

Even after the inlining Literalparser.cpp fails to compile with mwccsym Version
3.2.5 build 482 (Build 482).
There is two ways of fixing the compiler issue.
Either remove the parserMode from prototype or make the prototype to have the
same name for argument as the implementation.
I chose the latter as it makes it more clear that we are dealing here with
template specialisation.

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