зеркало из https://github.com/mozilla/pjs.git
Null check the page content frame, just in case. b=294836 r+sr=bzbarsky
This commit is contained in:
Родитель
b4268c824a
Коммит
718cf7e906
|
@ -2627,6 +2627,9 @@ FindCanvasBackground(nsIFrame* aForFrame,
|
|||
topFrame = firstChild->GetFirstChild(nsnull);
|
||||
NS_ASSERTION(topFrame,
|
||||
"nsPageContentFrame is missing a normal flow child");
|
||||
if (!topFrame) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
NS_ASSERTION(topFrame->GetContent(),
|
||||
"nsPageContentFrame child without content");
|
||||
result = topFrame->GetStyleBackground();
|
||||
|
|
Загрузка…
Ссылка в новой задаче