[webkit-reviews] review granted: [Bug 19415] CSSParser needs a bath : [Attachment 21555] still more CSSParser cleanup
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 7 02:09:51 PDT 2008
Alexey Proskuryakov <ap at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 19415: CSSParser needs a bath
http://bugs.webkit.org/show_bug.cgi?id=19415
Attachment 21555: still more CSSParser cleanup
http://bugs.webkit.org/attachment.cgi?id=21555&action=edit
------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
rs=me
+ if (m_data)
+ fastFree(m_data);
You can remove the check, if git allows for that ;)
More information about the webkit-reviews
mailing list