[webkit-reviews] review requested: [Bug 60700] Replace direct StringConcatenate usage, by using operator+ (again) : [Attachment 93290] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 08:41:44 PDT 2011


Nikolas Zimmermann <zimmermann at kde.org> has asked  for review:
Bug 60700: Replace direct StringConcatenate usage, by using operator+ (again)
https://bugs.webkit.org/show_bug.cgi?id=60700

Attachment 93290: Patch
https://bugs.webkit.org/attachment.cgi?id=93290&action=review

------- Additional Comments from Nikolas Zimmermann <zimmermann at kde.org>
With that patch, there's only one direct user of StringConcatenate.h remaining
in WebCore:
history/PageCache.cpp:#define PCLOG(...)
pageCacheLog(pageCacheLogPrefix(indentLevel), makeString(__VA_ARGS__))
Everything else uses the new String append operator.


More information about the webkit-reviews mailing list