bug 889365 - re-enable timed expiration of shaped word cache entries. r=roc

This commit is contained in:
Jonathan Kew 2013-07-03 12:36:58 +01:00
parent 344b38c254
commit cef4da253f

View File

@ -1364,7 +1364,6 @@ gfxFontCache::gfxFontCache()
obs->AddObserver(new MemoryPressureObserver, "memory-pressure", false);
}
#if 0 // disabled due to crashiness, see bug 717175
mWordCacheExpirationTimer = do_CreateInstance("@mozilla.org/timer;1");
if (mWordCacheExpirationTimer) {
mWordCacheExpirationTimer->
@ -1372,7 +1371,6 @@ gfxFontCache::gfxFontCache()
SHAPED_WORD_TIMEOUT_SECONDS * 1000,
nsITimer::TYPE_REPEATING_SLACK);
}
#endif
}
gfxFontCache::~gfxFontCache()