[webkit-reviews] review granted: [Bug 40514] Rename m_parser, htmlParser() to m_treeBuilder, htmlTreeBuilder() in preparation for renaming HTMLParser : [Attachment 58539] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 12 09:57:24 PDT 2010


Darin Adler <darin at apple.com> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 40514: Rename m_parser, htmlParser() to m_treeBuilder, htmlTreeBuilder() in
preparation for renaming HTMLParser
https://bugs.webkit.org/show_bug.cgi?id=40514

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

------- Additional Comments from Darin Adler <darin at apple.com>
> -    , m_parser(0)
> +    , m_treeBuilder(0)

This line of code could just be deleted instead.


More information about the webkit-reviews mailing list