[Webkit-unassigned] [Bug 88309] New: [Qt][Win] Fix const problem in Source/WebCore/xml/parser/XMLDocumentParserQt.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 01:26:40 PDT 2012


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

           Summary: [Qt][Win] Fix const problem in
                    Source/WebCore/xml/parser/XMLDocumentParserQt.cpp
           Product: WebKit
           Version: 420+
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Blocker
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 88300


The compiler (MSVC) said that Attribute local variable in ctr in 
Source/WebCore/xml/parser/XMLDocumentParserQt.cpp should be const, 
because const Attribute * -> Attribute * conversion isn't allowed.

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