Removed another assertion from bug 637214 (a=orange).

This commit is contained in:
Andreas Gal 2011-03-01 23:15:39 -08:00
parent 3fa6eae0e3
commit a25ae09d9d

View File

@ -346,9 +346,6 @@ nsIdentifierMapEntry::FireChangeCallbacks(Element* aOldElement,
Element* aNewElement,
PRBool aImageOnly)
{
NS_ASSERTION(!nsContentUtils::IsSafeToRunScript(),
"Missing script blockers around code that modifies id-hash");
if (!mChangeCallbacks)
return;