[webkit-reviews] review granted: [Bug 41734] Implement "act as if the banana has been peeled" (for lack of a better term) : [Attachment 60677] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 21:36:35 PDT 2010


Eric Seidel <eric at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 41734: Implement "act as if the banana has been peeled" (for lack of a
better term)
https://bugs.webkit.org/show_bug.cgi?id=41734

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

------- Additional Comments from Eric Seidel <eric at webkit.org>
Split these into local variables:

 858	 HTMLConstructionSite::RedirectToFosterParentGuard redirecter(m_tree,
m_tree.currentElement()->hasTagName(tableTag) ||
isTableBodyContextTag(m_tree.currentElement()->localName()) ||
m_tree.currentElement()->hasTagName(trTag));


Or better yet, and inline function.


More information about the webkit-reviews mailing list