[webkit-reviews] review granted: [Bug 57837] Switch from Vector<UChar> to StringBuilder in accessibility/ : [Attachment 88216] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 06:28:43 PDT 2011


Andreas Kling <kling at webkit.org> has granted Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 57837: Switch from Vector<UChar> to StringBuilder in accessibility/
https://bugs.webkit.org/show_bug.cgi?id=57837

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

------- Additional Comments from Andreas Kling <kling at webkit.org>
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.


More information about the webkit-reviews mailing list