[Webkit-unassigned] [Bug 89796] Address uninitialized member variable issues to make Coverity happier

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 23 18:20:38 PDT 2012


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





--- Comment #7 from Kent Tamura <tkent at chromium.org>  2012-06-23 18:20:36 PST ---
(From update of attachment 149145)
View in context: https://bugs.webkit.org/attachment.cgi?id=149145&action=review

> Source/WebCore/html/HTMLFieldSetElement.cpp:41
> +    , m_documentVersion(0)

OK for this part.  This is an actual bug fix.

> Source/WebKit/chromium/src/WebPagePopupImpl.cpp:145
> +    , m_webView(0)
> +    , m_popupClient(0)

This initialization is not needed.  But it's ok to initialize them with 0.

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