[webkit-reviews] review granted: [Bug 108666] Continue making XSSAuditor thread safe: Remove dependency on the parser's tokenizer : [Attachment 186666] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 13:24:43 PST 2013


Adam Barth <abarth at webkit.org> has granted Tony Gentilcore
<tonyg at chromium.org>'s request for review:
Bug 108666: Continue making XSSAuditor thread safe: Remove dependency on the
parser's tokenizer
https://bugs.webkit.org/show_bug.cgi?id=108666

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

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


> Source/WebCore/html/parser/HTMLDocumentParser.cpp:85
> +    , m_xssAuditor()

This line probably isn't need.	The compiler will call the default constructor
for us.

> Source/WebCore/html/parser/HTMLDocumentParser.cpp:105
> +    , m_xssAuditor()

ditto


More information about the webkit-reviews mailing list