RESOLVED FIXED 56920
Web Inspector: use unsigned char instead of char when storing script source
https://bugs.webkit.org/show_bug.cgi?id=56920
Summary Web Inspector: use unsigned char instead of char when storing script source
Yury Semikhatsky
Reported 2011-03-23 06:39:27 PDT
Web Inspector: use unsigned char instead of char when storing script source since the constant is represented by hex values and may otherwise lead to compilation warnings on some platforms.
Attachments
Patch (4.56 KB, patch)
2011-03-23 06:41 PDT, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2011-03-23 06:41:10 PDT
Yury Semikhatsky
Comment 2 2011-03-23 07:05:28 PDT
Note You need to log in before you can comment on or make changes to this bug.