Missed null check. b=368740 r+sr=roc

This commit is contained in:
dbaron%dbaron.org 2007-01-31 05:23:47 +00:00
Родитель 9aa651e555
Коммит d662f33d0c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2991,7 +2991,7 @@ nsComputedDOMStyle::GetBorderWidthFor(PRUint8 aSide, nsIDOMCSSValue** aValue)
nscoord width;
const nsStyleDisplay *disp = GetStyleDisplay();
if (mFrame->IsThemed(disp)) {
if (mFrame && mFrame->IsThemed(disp)) {
nsMargin result;
nsPresContext *presContext = mFrame->GetPresContext();
presContext->GetTheme()->GetWidgetBorder(presContext->DeviceContext(),