Bug 128944

Summary: SelectorCompiler incorrectly saves a backtracking register for a child chain without descendant relation on the right
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Benjamin Poulain 2014-02-17 16:56:15 PST
SelectorCompiler incorrectly saves a backtracking register for a child chain without descendant relation on the right
Comment 1 Benjamin Poulain 2014-02-17 17:04:36 PST
Created attachment 224448 [details]
Patch
Comment 2 Andreas Kling 2014-02-17 19:22:31 PST
Comment on attachment 224448 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=224448&action=review

r=me

> Source/WebCore/ChangeLog:19
> +        is seen. There was no need to fix the Adjancent relation because adjacentPositionSinceIndirectAdjacentTreeWalk already

typo, adjacent
Comment 3 Benjamin Poulain 2014-02-17 20:04:55 PST
Committed r164268: <http://trac.webkit.org/changeset/164268>