[Webkit-unassigned] [Bug 223300] Use ASCIILiteral over String for CSSValue::separatorCSSText() to avoid allocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 10:05:08 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223300

--- Comment #6 from Darin Adler <darin at apple.com> ---
Comment on attachment 423485
  --> https://bugs.webkit.org/attachment.cgi?id=423485
Patch

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

> Source/WebCore/css/CSSValue.h:30
> +#include <wtf/text/ASCIILiteral.h>

A forward declaration of ASCIILiteral should be added to Forward.h. Then we could remove this include. Not critical to do right now, of course.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210317/25ef535e/attachment.htm>


More information about the webkit-unassigned mailing list