Bug 777292 - Remove unreached return; r=ehsan

This commit is contained in:
Aryeh Gregor 2012-07-27 17:03:25 +03:00
Родитель 587e4453db
Коммит bebfcd08da
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -701,7 +701,6 @@ nsMathMLChar::GetStyleContext() const
NS_ASSERTION(!mParent, "invalid call - not allowed for child chars");
NS_ASSERTION(mStyleContext, "chars should always have style context");
return mStyleContext;
return NS_OK;
}
void