[Webkit-unassigned] [Bug 144560] [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 31 14:37:48 PDT 2015


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

--- Comment #31 from Philip Chimento <philip.chimento at gmail.com> ---
(In reply to comment #21)
> > Source/WebCore/platform/graphics/opentype/OpenTypeMathData.cpp:46
> > -#if OS(DARWIN)
> > +#if PLATFORM(COCOA)
> >  const FourCharCode MATHTag = 'MATH';
> >  #else
> >  const uint32_t MATHTag = OT_MAKE_TAG('M', 'A', 'T', 'H');
> 
> I don’t know why we need this special case for PLATFORM(COCOA); can’t we
> always use OT_MAKE_TAG?

OT_MAKE_TAG breaks the Mac EWS build. Come to think of it, now I remember trying that earlier...

-- 
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/20151031/57cd92eb/attachment.html>


More information about the webkit-unassigned mailing list