зеркало из https://github.com/mozilla/pjs.git
Fix leaking rowgroup frame. r=hyatt.
This commit is contained in:
Родитель
b6d52bb172
Коммит
b4d459303e
|
@ -85,7 +85,7 @@ nsTreeRowGroupFrame::Destroy(nsIPresContext& aPresContext)
|
|||
mFrameConstructor->RemoveMappingsForFrameSubtree(&aPresContext, mScrollbar);
|
||||
mScrollbar->Destroy(aPresContext);
|
||||
}
|
||||
return NS_OK;
|
||||
return nsTableRowGroupFrame::Destroy(aPresContext);
|
||||
}
|
||||
|
||||
NS_IMPL_ADDREF(nsTreeRowGroupFrame)
|
||||
|
|
Загрузка…
Ссылка в новой задаче