Bug 132311

Summary: SelectorCodeGenerator::generateElementIsNthChild() leaks the parent register :nth-child() is non-filtering
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch kling: review+

Description Benjamin Poulain 2014-04-28 16:44:04 PDT
SelectorCodeGenerator::generateElementIsNthChild() leaks the parent register :nth-child() is non-filtering
Comment 1 Benjamin Poulain 2014-04-28 16:45:39 PDT
Created attachment 230337 [details]
Patch
Comment 2 Benjamin Poulain 2014-04-28 17:31:53 PDT
Created attachment 230339 [details]
Patch
Comment 3 Benjamin Poulain 2014-04-28 19:30:05 PDT
Committed r167921: <http://trac.webkit.org/changeset/167921>