WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
56668
[WK2] Avoid the use of bool in the C API
https://bugs.webkit.org/show_bug.cgi?id=56668
Summary
[WK2] Avoid the use of bool in the C API
Alejandro G. Castro
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug