Bug 41734

Summary: Implement "act as if the banana has been peeled" (for lack of a better term)
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch eric: review+

Description Adam Barth 2010-07-06 21:29:19 PDT
Implement "act as if the banana has been peeled" (for lack of a better term)
Comment 1 Adam Barth 2010-07-06 21:32:47 PDT
Created attachment 60677 [details]
Patch
Comment 2 Eric Seidel (no email) 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.
Comment 3 Adam Barth 2010-07-06 21:43:19 PDT
Committed r62621: <http://trac.webkit.org/changeset/62621>