[Webkit-unassigned] [Bug 74040] Fails to build QtWebKit on QNX
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 13 00:09:38 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74040
Simon Hausmann <hausmann at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #118321|review?, commit-queue? |review-, commit-queue-
Flag| |
--- Comment #4 from Simon Hausmann <hausmann at webkit.org> 2011-12-13 00:09:38 PST ---
(From update of attachment 118321)
View in context: https://bugs.webkit.org/attachment.cgi?id=118321&action=review
> Source/JavaScriptCore/wtf/MathExtras.h:53
> +#if OS(QNX)
> +#include <math.h>
> +#endif
This was already fixed in r101041 by Daniel.
> Source/WebCore/platform/network/MIMESniffing.cpp:28
> +#if OS(QNX)
> +#include <string.h>
> +#endif
What about replacing #include <cstring> with #include <string.h> without any #ifdef?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list