WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
43355
[Qt] Fix warning in XMLDocumentParserQt.cpp
https://bugs.webkit.org/show_bug.cgi?id=43355
Summary
[Qt] Fix warning in XMLDocumentParserQt.cpp
Csaba Osztrogonác
Reported
2010-08-02 08:52:13 PDT
../../../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());
Attachments
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2010-08-12 09:51:45 PDT
It was fixed around
http://trac.webkit.org/changeset/65040
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug