Bug 164210

Summary: [CSS Parser] Fix nth-child serialization
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Dave Hyatt
Reported 2016-10-30 15:25:43 PDT
[CSS Parser] Fix nth-child serialization
Attachments
Patch (3.18 KB, patch)
2016-10-30 15:29 PDT, Dave Hyatt
darin: review+
Dave Hyatt
Comment 1 2016-10-30 15:29:21 PDT
Darin Adler
Comment 2 2016-10-30 15:33:23 PDT
Comment on attachment 293371 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=293371&action=review I assume all of this gets covered by tests when we turn on the new CSS parser? > Source/WebCore/css/parser/CSSSelectorParser.cpp:544 > + const CSSParserToken& argumentStart = block.peek(); Why not auto&? > Source/WebCore/css/parser/CSSSelectorParser.cpp:565 > + const CSSParserToken& argumentEnd = block.peek(); Why not auto&?
Dave Hyatt
Comment 3 2016-10-30 15:36:05 PDT
Landed in r208133.
Note You need to log in before you can comment on or make changes to this bug.