[webkit-reviews] review denied: [Bug 74965] [Coverity] Fix uninitialized constructor defects in .../html : [Attachment 120985] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 14:30:11 PST 2012


Adam Barth <abarth at webkit.org> has denied Greg Billock <gbillock at google.com>'s
request for review:
Bug 74965: [Coverity] Fix uninitialized constructor defects in .../html
https://bugs.webkit.org/show_bug.cgi?id=74965

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=120985&action=review


> Source/WebCore/html/parser/HTMLTreeBuilder.cpp:357
> +    , m_isFakeInsertionMode(false)

This variable does not exist anymore, which is what's causing the build break.


More information about the webkit-reviews mailing list