зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1604394 - Remove dead assignment from nsIFrame::PeekOffset. r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D57418 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7592dbbf82
Коммит
a675a1cda4
|
@ -8698,7 +8698,6 @@ nsresult nsIFrame::PeekOffset(nsPeekOffsetStruct* aPos) {
|
|||
if (thisLine < 0) return NS_ERROR_FAILURE;
|
||||
iter = blockFrame->GetLineIterator();
|
||||
NS_ASSERTION(iter, "GetLineNumber() succeeded but no block frame?");
|
||||
result = NS_OK;
|
||||
|
||||
int edgeCase = 0; // no edge case. this should look at thisLine
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче