[webkit-reviews] review granted: [Bug 108881] Canvas fillText and measureText handle ideographic spaces differently : [Attachment 209760] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 27 09:53:12 PDT 2013


Darin Adler <darin at apple.com> has granted Rashmi Shyamasundar
<rashmi.s2 at samsung.com>'s request for review:
Bug 108881: Canvas fillText and measureText handle ideographic spaces
differently
https://bugs.webkit.org/show_bug.cgi?id=108881

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=209760&action=review


> Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:69
> +#include <wtf/NotFound.h>

No need to add this include. It’s already included as a side effect of other
headers we include.


More information about the webkit-reviews mailing list