[webkit-reviews] review granted: [Bug 200756] Rename StringBuilder::flexibleAppend(...) to StringBuilder::append(...) : [Attachment 376609] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 17 11:19:14 PDT 2019


Darin Adler <darin at apple.com> has granted Sam Weinig <sam at webkit.org>'s request
for review:
Bug 200756: Rename StringBuilder::flexibleAppend(...) to
StringBuilder::append(...)
https://bugs.webkit.org/show_bug.cgi?id=200756

Attachment 376609: Patch

https://bugs.webkit.org/attachment.cgi?id=376609&action=review




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

A next cleanup step would be to remove other overloads of StringBuilder::append
that are redundant because append(...) does the same thing (even with one
argument).


More information about the webkit-reviews mailing list