RESOLVED FIXED147100
[Freetype] Many functions are improperly available at global scope
https://bugs.webkit.org/show_bug.cgi?id=147100
Summary [Freetype] Many functions are improperly available at global scope
Michael Catanzaro
Reported 2015-07-19 19:12:06 PDT
I notice many free functions in Source/WebCore/platform/graphics/freetype are declared in no header, yet not marked static when defined, and not defined in an unnamed namespace. They should be declared static.
Attachments
Note You need to log in before you can comment on or make changes to this bug.