| Index: Source/platform/fonts/FontCache.h
|
| diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h
|
| index 8383a513762444ce2814f6a31b925d983805f4f5..50ad4818f3c3faf1a43a222f63d2b77f31d6e204 100644
|
| --- a/Source/platform/fonts/FontCache.h
|
| +++ b/Source/platform/fonts/FontCache.h
|
| @@ -88,7 +88,9 @@ public:
|
| bool isPlatformFontAvailable(const FontDescription&, const AtomicString&);
|
|
|
| void addClient(FontCacheClient*);
|
| +#if !ENABLE(OILPAN)
|
| void removeClient(FontCacheClient*);
|
| +#endif
|
|
|
| unsigned short generation();
|
| void invalidate();
|
|
|