ICU 59.1 has broken source compatibility. Now it defines UChar as char16_t, which does not allow automatic type conversion from unsigned short in C++ code.
Created attachment 308941 [details] Patch
Created attachment 308942 [details] Patch
Comment on attachment 308942 [details] Patch r=me
static_cast does not work...? Really? I think it should.
static_cast doesn't cast pointers to different types
s/different/unrelated/, sorry
Comment on attachment 308942 [details] Patch Clearing flags on attachment: 308942 Committed r216187: <http://trac.webkit.org/changeset/216187>
All reviewed patches have been landed. Closing bug.