Chromium Code Reviews| Index: third_party/WebKit/WebCore/platform/graphics/chromium/FontCacheLinux.cpp |
| =================================================================== |
| --- third_party/WebKit/WebCore/platform/graphics/chromium/FontCacheLinux.cpp (revision 13094) |
| +++ third_party/WebKit/WebCore/platform/graphics/chromium/FontCacheLinux.cpp (working copy) |
| @@ -159,11 +159,4 @@ |
| return result; |
| } |
| -AtomicString FontCache::getGenericFontForScript(UScriptCode script, |
| - const FontDescription& descript) |
| -{ |
| - notImplemented(); |
| - return AtomicString(); |
| -} |
| - |
| } // namespace WebCore |