зеркало из https://github.com/mozilla/gecko-dev.git
Check mRootView in RenderViews to fix a crash with Photon. Patch from Jerry.Kirk@Nexwarecorp.com.
This commit is contained in:
Родитель
f0ff878dfb
Коммит
58fc86907f
|
@ -598,7 +598,7 @@ void nsViewManager :: RenderViews(nsIView *aRootView, nsIRenderingContext& aRC,
|
||||||
nsRegionRectSet onerect, *rectset;
|
nsRegionRectSet onerect, *rectset;
|
||||||
|
|
||||||
//printf("begin paint\n");
|
//printf("begin paint\n");
|
||||||
if (nsnull != aRootView)
|
if (aRootView && mRootView)
|
||||||
{
|
{
|
||||||
nscoord ox = 0, oy = 0;
|
nscoord ox = 0, oy = 0;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче