Bug 131966

Summary: remove stdbool.h and inttypes.h
Product: WebKit Reporter: Alex Christensen <alex.christensen>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 8   
Attachments:
Description Flags
Patch bfulgham: review+

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