Bug 165115

Summary: [CSS Parser] Fix bugs in the @supports parser
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 zalan: review+

Description Dave Hyatt 2016-11-28 14:19:26 PST
[CSS Parser] Fix bugs in the @supports parser
Comment 1 Dave Hyatt 2016-11-28 14:24:37 PST
Created attachment 295533 [details]
Patch
Comment 2 zalan 2016-11-28 14:28:30 PST
Comment on attachment 295533 [details]
Patch

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

> Source/WebCore/css/parser/CSSSupportsParser.h:32
> +#include "CSSParserToken.h"

forward declare instead?

> Source/WebCore/css/parser/CSSSupportsParser.h:38
> +    

extra tab?
Comment 3 Dave Hyatt 2016-11-28 14:30:39 PST
Fixed in r209021.