[webkit-reviews] review denied: [Bug 134404] [Feature Queries] Enable Feature Queries on Mac : [Attachment 234643] Updating Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 10 11:39:04 PDT 2014


Antti Koivisto <koivisto at iki.fi> has denied Bear Travis <betravis at adobe.com>'s
request for review:
Bug 134404: [Feature Queries] Enable Feature Queries on Mac
https://bugs.webkit.org/show_bug.cgi?id=134404

Attachment 234643: Updating Patch
https://bugs.webkit.org/attachment.cgi?id=234643&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=234643&action=review


> Source/WebCore/css/CSSGrammar.y.in:747
> -    | supports_declaration_condition
> -    | '(' error ')'
> +    | supports_declaration_condition { $$ = $1; }
> +    | '(' error ')' { $$ = false; }

Please do any non-build file changes separately.


More information about the webkit-reviews mailing list