As discussed in bug 56099, we should deploy StringBuilder usage in WebCore where possible. This bug addresses Source/WebCore/accessibility.
Created attachment 88214 [details] Patch
Attachment 88214 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8334317
Created attachment 88216 [details] Patch v2 Fix missing include, hard to notice on mac which does AllInOne builds.
Comment on attachment 88216 [details] Patch v2 View in context: https://bugs.webkit.org/attachment.cgi?id=88216&action=review > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1185 > String nameFragment = accessibleNameForNode(idElement); Seems like we don't need this local anymore.
Fixed Andreas suggestion! Landed in r82934.