[Webkit-unassigned] [Bug 57118] New: Trunk doesn't build; compile error is: const class WebCore::FontPlatformData has no member named m_pattern

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 13:27:15 PDT 2011


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

           Summary: Trunk doesn't build; compile error is: const class
                    WebCore::FontPlatformData has no member named
                    m_pattern
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: uws+webkit at xs4all.nl


The current revision (81980 in svn it seems; I use the git mirror) doesn't compile and shows the following error:

  CXX    Source/WebCore/platform/graphics/gtk/libwebkitgtk_3_0_la-FontGtk.lo
Source/WebCore/platform/graphics/gtk/FontGtk.cpp: In function ‘void WebCore::setPangoAttributes(const WebCore::Font*, const WebCore::TextRun&, PangoLayout*)’:
Source/WebCore/platform/graphics/gtk/FontGtk.cpp:175:45: error: ‘const class WebCore::FontPlatformData’ has no member named ‘m_pattern’
Source/WebCore/platform/graphics/gtk/FontGtk.cpp:176:113: error: ‘const class WebCore::FontPlatformData’ has no member named ‘m_pattern’
Source/WebCore/platform/graphics/gtk/FontGtk.cpp: In member function ‘void WebCore::Font::drawComplexText(WebCore::GraphicsContext*, const WebCore::TextRun&, const WebCore::FloatPoint&, int, int) const’:
Source/WebCore/platform/graphics/gtk/FontGtk.cpp:272:40: error: ‘const class WebCore::FontPlatformData’ has no member named ‘m_pattern’
Source/WebCore/platform/graphics/gtk/FontGtk.cpp: In member function ‘float WebCore::Font::floatWidthForComplexText(const WebCore::TextRun&, WTF::HashSet<const WebCore::SimpleFontData*>*, WebCore::GlyphOverflow*) const’:
Source/WebCore/platform/graphics/gtk/FontGtk.cpp:352:40: error: ‘const class WebCore::FontPlatformData’ has no member named ‘m_pattern’
Source/WebCore/platform/graphics/gtk/FontGtk.cpp: In member function ‘int WebCore::Font::offsetForPositionForComplexText(const WebCore::TextRun&, float, bool) const’:
Source/WebCore/platform/graphics/gtk/FontGtk.cpp:377:40: error: ‘const class WebCore::FontPlatformData’ has no member named ‘m_pattern’
Source/WebCore/platform/graphics/gtk/FontGtk.cpp: In member function ‘WebCore::FloatRect WebCore::Font::selectionRectForComplexText(const WebCore::TextRun&, const WebCore::FloatPoint&, int, int, int) const’:
Source/WebCore/platform/graphics/gtk/FontGtk.cpp:405:40: error: ‘const class WebCore::FontPlatformData’ has no member named ‘m_pattern’
make[1]: *** [Source/WebCore/platform/graphics/gtk/libwebkitgtk_3_0_la-FontGtk.lo] Error 1

-- 
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