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:
Alex Henrie 2019-12-17 05:09:00 +00:00
Родитель 7592dbbf82
Коммит a675a1cda4
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -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