Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
This commit is contained in:
@@ -326,7 +326,7 @@ nsMathMLmpaddedFrame::UpdateValue(PRInt32 aSign,
|
||||
default:
|
||||
// if we ever reach here, it would mean something is wrong
|
||||
// somewhere with the setup and/or the caller
|
||||
NS_ASSERTION(0, "Unexpected Pseudo Unit");
|
||||
NS_ERROR("Unexpected Pseudo Unit");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user