Index: third_party/WebKit/WebCore/platform/graphics/chromium/FontCacheLinux.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/chromium/FontCacheLinux.cpp (revision 9357) |
+++ third_party/WebKit/WebCore/platform/graphics/chromium/FontCacheLinux.cpp (working copy) |
@@ -91,16 +91,6 @@ |
return ret; |
} |
-const AtomicString& FontCache::alternateFamilyName(const AtomicString& familyName) |
-{ |
- notImplemented(); |
- |
- // This is just to stop GCC emitting a warning about returning a reference |
- // to a temporary variable |
- static AtomicString a; |
- return a; |
-} |
- |
FontPlatformData* FontCache::getSimilarFontPlatformData(const Font& font) |
{ |
return 0; |