RESOLVED FIXED 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
Summary Implement "act as if the banana has been peeled" (for lack of a better term)
Adam Barth
Reported 2010-07-06 21:29:19 PDT
Implement "act as if the banana has been peeled" (for lack of a better term)
Attachments
Patch (22.96 KB, patch)
2010-07-06 21:32 PDT, Adam Barth
eric: review+
Adam Barth
Comment 1 2010-07-06 21:32:47 PDT
Eric Seidel (no email)
Comment 2 2010-07-06 21:36:36 PDT
Comment on attachment 60677 [details] Patch 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.
Adam Barth
Comment 3 2010-07-06 21:43:19 PDT
Note You need to log in before you can comment on or make changes to this bug.