Not reviewed, build fix.
Remove duplicate definition of msSans in FontCache::alternateFamilyName.
* platform/graphics/FontCache.cpp:
(WebCore::alternateFamilyName):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@40662
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-02-04 Dimitri Glazkov <dglazkov@chromium.org>
+
+ Not reviewed, build fix.
+
+ Remove duplicate definition of msSans in FontCache::alternateFamilyName.
+
+ * platform/graphics/FontCache.cpp:
+ (WebCore::alternateFamilyName):
+
2009-02-04 Eric Seidel <eric@webkit.org>
Reviewed by George Staikos.
#if PLATFORM(WIN_OS)
// On Windows, bitmap fonts are blocked altogether so that we have to
// alias MS Sans Serif (bitmap font) -> Microsoft Sans Serif (truetype font)
- static AtomicString msSans("MS Sans Serif");
DEFINE_STATIC_LOCAL(AtomicString, msSans, ("MS Sans Serif"));
DEFINE_STATIC_LOCAL(AtomicString, microsoftSans, ("Microsoft Sans Serif"));
if (equalIgnoringCase(familyName, msSans))