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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 18:36:36 PDT 2012


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





--- Comment #15 from David Dorwin <ddorwin at chromium.org>  2012-06-26 18:36:34 PST ---
(From update of attachment 149145)
View in context: https://bugs.webkit.org/attachment.cgi?id=149145&action=review

> Source/WebCore/html/MediaKeyEvent.cpp:43
> +    : m_systemCode(0)

This looks fine to me. 
There is some interaction with MediaKeyEventInit that may make this unnecessary, but I'd have to look. I thought there were test cases that would have caught this value not being initialized correctly.

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