[Webkit-unassigned] [Bug 179114] First letter text renderer should be anonymous

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 1 09:37:01 PDT 2017


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com
 Attachment #325576|review?                     |review+
              Flags|                            |

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

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

> Source/WebCore/rendering/RenderBoxModelObject.cpp:131
> +typedef HashMap<const RenderBoxModelObject*, WeakPtr<RenderTextFragment>> FirstLetterRemainingTextMap;

In new code it’s nice to use "using" instead of typedef.

-- 
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/20171101/9d185650/attachment.html>


More information about the webkit-unassigned mailing list