Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
This commit is contained in:
@@ -53,7 +53,7 @@ nsHtml5StringParser::nsHtml5StringParser()
|
||||
, mTokenizer(new nsHtml5Tokenizer(mTreeBuilder, false))
|
||||
{
|
||||
MOZ_COUNT_CTOR(nsHtml5StringParser);
|
||||
mAtomTable.Init(); // we aren't checking for OOM anyway...
|
||||
mAtomTable.Init();
|
||||
mTokenizer->setInterner(&mAtomTable);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user