[Webkit-unassigned] [Bug 139864] Generic font code should not know about SVG font missing glyph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 22 12:05:41 PST 2014


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

Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bfulgham at webkit.org

--- Comment #7 from Brent Fulgham <bfulgham at webkit.org> ---
This breaks the Windows build:

         UniscribeController.cpp
     1>..\platform\graphics\win\SimpleFontDataCGWin.cpp(91): error C2027: use of undefined type 'WebCore::GlyphPageTreeNode'
                 c:\cygwin\home\buildbot\slave\win-debug\build\source\webcore\platform\graphics\GlyphPage.h(43) : see declaration of 'WebCore::GlyphPageTreeNode'
     1>..\platform\graphics\win\SimpleFontDataCGWin.cpp(91): error C2227: left of '->page' must point to class/struct/union/generic type
                 type is 'unknown-type'
     1>..\platform\graphics\win\SimpleFontDataCGWin.cpp(91): error C3861: 'getRootChild': identifier not found
         ScrollbarThemeMock.cpp
         FormData.cpp

I think we're just missing a #include in the win/SimpleFontDataCGWin.cpp. I'm testing this now and will check in a fix shortly if it works.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141222/043603c4/attachment-0002.html>


More information about the webkit-unassigned mailing list