On Sun, Jan 17, 2010 at 3:22 PM, n179911 <[email protected]> wrote:
> Thanks. And I get compilation error in
> String characters = run.characters().substring(from, to - from);

My bad, I should have written:

String characters = String(run.characters()).substring(from, to - from);

Regards,
Julien
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to