Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
This commit is contained in:
@@ -67,9 +67,9 @@ static mozilla::LinkedList<nsHtml5TreeOpExecutor>* gBackgroundFlushList = nullpt
|
||||
static nsITimer* gFlushTimer = nullptr;
|
||||
|
||||
nsHtml5TreeOpExecutor::nsHtml5TreeOpExecutor(bool aRunsToCompletion)
|
||||
: mPreloadedURLs(23) // Mean # of preloadable resources per page on dmoz
|
||||
{
|
||||
mRunsToCompletion = aRunsToCompletion;
|
||||
mPreloadedURLs.Init(23); // Mean # of preloadable resources per page on dmoz
|
||||
// zeroing operator new for everything else
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user