зеркало из https://github.com/mozilla/gecko-dev.git
Bug 342479: fix compiler warning @ nsFloatCacheList::RemoveAndReturnPrev in nsLineBox.cpp, patch by Ryan VanderMeulen <ryanvm@gmail.com>, r+sr=roc
This commit is contained in:
Родитель
d65215f79a
Коммит
c19fb04fdf
|
@ -933,6 +933,7 @@ nsFloatCacheList::RemoveAndReturnPrev(nsFloatCache* aElement)
|
|||
prev = fc;
|
||||
fc = fc->mNext;
|
||||
}
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче