[webkit-reviews] review granted: [Bug 91876] Fix more -Wunused-private-field violations : [Attachment 153529] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 10:17:59 PDT 2012


Adam Barth <abarth at webkit.org> has granted Nico Weber <thakis at chromium.org>'s
request for review:
Bug 91876: Fix more -Wunused-private-field violations
https://bugs.webkit.org/show_bug.cgi?id=91876

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

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


> Source/WebCore/html/parser/HTMLTreeBuilder.cpp:349
> -HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument*
document, bool reportErrors, bool usePreHTML5ParserQuirks, unsigned
maximumDOMTreeDepth)
> +HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument*
document, bool, bool usePreHTML5ParserQuirks, unsigned maximumDOMTreeDepth)

We should remove this argument from this function if its completely unused.


More information about the webkit-reviews mailing list