[Webkit-unassigned] [Bug 159666] Change CSSParser::sourceSize returning Optional<CSSParser::SourceSize>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 12 08:32:01 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159666
--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 283399
--> https://bugs.webkit.org/attachment.cgi?id=283399
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=283399&action=review
> Source/WebCore/css/CSSGrammar.y.in:580
> + auto result = parser->sourceSize(WTFMove(*$1), $2);
> + if (result)
Iâd like this slightly better with the expression inside the if, but otherwise the patch looks perfect to me.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160712/f7df6b69/attachment.html>
More information about the webkit-unassigned
mailing list