зеркало из https://github.com/mozilla/gecko-dev.git
Bug 230965 scrollMax[XY] should not throw exceptions patch based on roc's patch for scroll[XY] that was used to fix bug 202206 r/sr=jst
This commit is contained in:
Родитель
75e38db20f
Коммит
863aded4fa
|
@ -1962,7 +1962,7 @@ GlobalWindowImpl::GetScrollMaxXY(PRInt32* aScrollMaxX, PRInt32* aScrollMaxY)
|
|||
|
||||
GetScrollInfo(&view, &p2t, &t2p);
|
||||
if (!view)
|
||||
return NS_ERROR_FAILURE;
|
||||
return NS_OK; // bug 230965 changed from NS_ERROR_FAILURE
|
||||
|
||||
nsSize scrolledSize;
|
||||
rv = view->GetContainerSize(&scrolledSize.width, &scrolledSize.height);
|
||||
|
|
Загрузка…
Ссылка в новой задаче