Bug 56668
| Summary: | [WK2] Avoid the use of bool in the C API | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | andersca, ap, sam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Alejandro G. Castro
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
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.