[Webkit-unassigned] [Bug 143758] WebCore uses M_PI_2 instead of piOverTwoDouble

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 17 16:40:31 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143758

--- Comment #5 from Milan Crha <mcrha at redhat.com> ---
I also patch the same file with this, to be able to build it in webkit-2.4 branch at revision 182543:

--- webkitgtk-2.4.9.orig/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp    2015-04-08 16:19:51 +0000
+++ webkitgtk-2.4.9/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp    2015-04-08 17:11:16 +0000
@@ -32,6 +32,7 @@
 #include <ft2build.h>
 #include FT_TRUETYPE_TABLES_H
 #include <wtf/text/WTFString.h>
+#include <wtf/MathExtras.h>

 #if !PLATFORM(EFL)
 #include <gdk/gdk.h>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150417/d84e9175/attachment.html>


More information about the webkit-unassigned mailing list