Bug 131966 - remove stdbool.h and inttypes.h
Summary: remove stdbool.h and inttypes.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 8
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-21 19:01 PDT by Alex Christensen
Modified: 2014-04-22 10:32 PDT (History)
1 user (show)

See Also:


Attachments
Patch (24.98 KB, patch)
2014-04-21 19:12 PDT, Alex Christensen
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2014-04-21 19:01:51 PDT
JavaScriptCore contains old copies of stdbool.h and inttypes.h, which don't appear necessary since we use VS2013 and are causing problems with my work.  I propose we remove them.
Comment 1 Alex Christensen 2014-04-21 19:12:36 PDT
Created attachment 229850 [details]
Patch
Comment 2 Brent Fulgham 2014-04-21 20:10:41 PDT
Comment on attachment 229850 [details]
Patch

r=me. Begone!
Comment 3 Alex Christensen 2014-04-22 10:32:26 PDT
Committed in http://trac.webkit.org/changeset/167666