diff --git a/mozilla/xpcom/ds/nsAtomTable.cpp b/mozilla/xpcom/ds/nsAtomTable.cpp index 92c801e1fde..eeaae95a39f 100644 --- a/mozilla/xpcom/ds/nsAtomTable.cpp +++ b/mozilla/xpcom/ds/nsAtomTable.cpp @@ -195,8 +195,6 @@ NS_COM nsIAtom* NS_NewAtom( const nsAReadableString& aString ) // otherwise, we'll make a new atom id = new (aString) AtomImpl(); if ( id ) { -// NS_ADDREF(id); - PL_HashTableRawAdd(gAtomHashTable, hep, hashCode, id->mString, id); } }