Bug 700659 - Slay nsHashSets in parser. r=hsivonen, smaug

This commit is contained in:
Nathan Froyd
2011-11-08 15:22:47 -05:00
parent 3032d3dd2c
commit fd9187ab76
2 changed files with 4 additions and 3 deletions

View File

@@ -923,7 +923,7 @@ nsHtml5TreeOpExecutor::ConvertIfNotPreloadedYet(const nsAString& aURL)
if (mPreloadedURLs.Contains(spec)) {
return nsnull;
}
mPreloadedURLs.Put(spec);
mPreloadedURLs.PutEntry(spec);
return uri.forget();
}