Bug 56668 - [WK2] Avoid the use of bool in the C API
Summary: [WK2] Avoid the use of bool in the C API
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-18 13:13 PDT by Alejandro G. Castro
Modified: 2011-03-20 12:53 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2011-03-18 13:13:04 PDT
We are currently using bool in the C API, this type forces the include of stdbool.h in the C programs. If this is not expected we could define a webkit bool type and convert in the API.
Comment 1 Sam Weinig 2011-03-20 12:53:43 PDT
I don't think we should fix this.  CoreFoundation, the API the WebKit2 API is loosely based on does this, and it has not be an issue in practice.