[Webkit-unassigned] [Bug 43355] New: [Qt] Fix warning in XMLDocumentParserQt.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 08:52:13 PDT 2010


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

           Summary: [Qt] Fix warning in XMLDocumentParserQt.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 43191


../../../WebCore/dom/XMLDocumentParserQt.cpp: In function ‘void WebCore::handleElementNamespaces(WebCore::Element*, const QXmlStreamNamespaceDeclarations&, WebCore::ExceptionCode&, WebCore::FragmentScriptingPermission)’:
../../../WebCore/dom/XMLDocumentParserQt.cpp:328: warning: ‘namespaceQName.WebCore::String::m_impl.WTF::RefPtr<WebCore::StringImpl>::m_ptr’ may be used uninitialized in this function

WebCore/dom/XMLDocumentParserQt.cpp:328:
String namespaceQName = decl.prefix().isEmpty() ? String("xmlns") : String("xmlns:") + String(decl.prefix());

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