Index: third_party/WebKit/Source/platform/fonts/FontCache.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.cpp b/third_party/WebKit/Source/platform/fonts/FontCache.cpp |
index f2ab8a152c7f5a1a5c48603177b61ad4366bf0d5..b97d46bb73380bae5358653bc70948bfdbfe9ab5 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontCache.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.cpp |
@@ -308,14 +308,6 @@ void FontCache::addClient(FontCacheClient* client) |
fontCacheClients().add(client); |
} |
-#if !ENABLE(OILPAN) |
-void FontCache::removeClient(FontCacheClient* client) |
-{ |
- ASSERT(fontCacheClients().contains(client)); |
- fontCacheClients().remove(client); |
-} |
-#endif |
- |
static unsigned short gGeneration = 0; |
unsigned short FontCache::generation() |