[Webkit-unassigned] [Bug 55996] New: Some Gtk code uses defined(USE_FREETYPE) instead of just USE(FREETYPE)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 00:14:23 PST 2011


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

           Summary: Some Gtk code uses defined(USE_FREETYPE) instead of
                    just USE(FREETYPE)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: xan.lopez at gmail.com, mrobinson at webkit.org


Some Gtk code uses defined(USE_FREETYPE) instead of just USE(FREETYPE)

platform/graphics/cairo/OwnPtrCairo.cpp:#if defined(USE_FREETYPE)
platform/graphics/cairo/OwnPtrCairo.cpp:#if defined(USE_FREETYPE)
platform/graphics/cairo/OwnPtrCairo.h:#if defined(USE_FREETYPE)
platform/graphics/cairo/OwnPtrCairo.h:#if defined(USE_FREETYPE)
platform/graphics/cairo/RefPtrCairo.cpp:#if defined(USE_FREETYPE)
platform/graphics/cairo/RefPtrCairo.cpp:#if defined(USE_FREETYPE)
platform/graphics/cairo/RefPtrCairo.h:#if defined(USE_FREETYPE)
platform/graphics/cairo/RefPtrCairo.h:#if defined(USE_FREETYPE)
platform/graphics/gtk/FontGtk.cpp:#if defined(USE_FREETYPE)
platform/graphics/gtk/FontGtk.cpp:#if defined(USE_FREETYPE)
platform/graphics/gtk/FontGtk.cpp:#if defined(USE_FREETYPE)
platform/graphics/gtk/FontGtk.cpp:#if defined(USE_FREETYPE)
platform/graphics/gtk/FontGtk.cpp:#if defined(USE_FREETYPE)
platform/graphics/gtk/FontGtk.cpp:#if defined(USE_FREETYPE)

Seems like a typo/misunderstanding?

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