[Webkit-unassigned] [Bug 175211] [WTF] Move TextStream into WTF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 9 15:45:21 PDT 2017


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

Don Olmstead <don.olmstead at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #317748|                            |review?
              Flags|                            |

--- Comment #33 from Don Olmstead <don.olmstead at sony.com> ---
Comment on attachment 317748
  --> https://bugs.webkit.org/attachment.cgi?id=317748
Patch

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

Bots that were failing are coming back as green so I think this is good to review.

> Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp:104
> +

If this isn't moved Clang comes back with an error for an unused function. Since DashArray is a typedef of a Vector it chooses Vector's operator << rather than the specialized one. Moving it before writeNameValuePair rectifies this.

-- 
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/20170809/954e40fc/attachment-0001.html>


More information about the webkit-unassigned mailing list