[webkit-reviews] review granted: [Bug 74977] [Coverity] Address some uninit constructor issues in WebCore/dom : [Attachment 120117] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 16:22:04 PST 2011


Alexey Proskuryakov <ap at webkit.org> has granted Greg Billock
<gbillock at google.com>'s request for review:
Bug 74977: [Coverity] Address some uninit constructor issues in WebCore/dom
https://bugs.webkit.org/show_bug.cgi?id=74977

Attachment 120117: Patch
https://bugs.webkit.org/attachment.cgi?id=120117&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=120117&action=review


> Source/WebCore/dom/DeviceMotionData.cpp:79
> +    , m_interval(0.0)

Please, no ".0".

> Source/WebCore/dom/DeviceOrientation.cpp:48
> +    , m_alpha(0.0)
> +    , m_beta(0.0)
> +    , m_gamma(0.0)

Ditto.


More information about the webkit-reviews mailing list