зеркало из https://github.com/mozilla/gecko-dev.git
Make sure to addref the content node in the constructor.
This commit is contained in:
Родитель
d86a0959f9
Коммит
c43768fe3b
|
@ -29,6 +29,7 @@ nsHTColumn::nsHTColumn(nsIContent* pContent) : nsTreeColumn()
|
|||
mPixelWidth = 25;
|
||||
mDesiredPercentage = 0.33;
|
||||
mContentNode = pContent;
|
||||
NS_ADDREF(mContentNode);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче