[webkit-reviews] review granted: [Bug 76199] NULL ptr in WebCore::XMLDocumentParser::exitText : [Attachment 150626] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 09:51:17 PDT 2012


Adam Barth <abarth at webkit.org> has granted Caio Marcelo de Oliveira Filho
<cmarcelo at webkit.org>'s request for review:
Bug 76199: NULL ptr in WebCore::XMLDocumentParser::exitText
https://bugs.webkit.org/show_bug.cgi?id=76199

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

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


Much better!

> Source/WebCore/xml/parser/XMLDocumentParser.cpp:172
> +    const String bufferedText = toString(m_bufferedText.data(),
m_bufferedText.size());

The const here isn't needed.


More information about the webkit-reviews mailing list