Bug 56920 - Web Inspector: use unsigned char instead of char when storing script source
Summary: Web Inspector: use unsigned char instead of char when storing script source
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 06:39 PDT by Yury Semikhatsky
Modified: 2011-03-23 07:05 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.56 KB, patch)
2011-03-23 06:41 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 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.
Comment 1 Yury Semikhatsky 2011-03-23 06:41:10 PDT
Created attachment 86609 [details]
Patch
Comment 2 Yury Semikhatsky 2011-03-23 07:05:28 PDT
Committed r81773: <http://trac.webkit.org/changeset/81773>