зеркало из https://github.com/mozilla/gecko-dev.git
Bug 777292 - Remove unreached return; r=ehsan
This commit is contained in:
Родитель
587e4453db
Коммит
bebfcd08da
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче