Initialize members. b=479713 r+sr=roc

This commit is contained in:
Mats Palmgren 2009-02-24 21:06:34 +01:00
Родитель a46eae8b8b
Коммит 85f84a23d7
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -55,6 +55,8 @@ nsDocShellEditorData::nsDocShellEditorData(nsIDocShell* inOwningDocShell)
: mDocShell(inOwningDocShell)
, mMakeEditable(PR_FALSE)
, mIsDetached(PR_FALSE)
, mDetachedMakeEditable(PR_FALSE)
, mDetachedEditingState(nsIHTMLDocument::eOff)
{
NS_ASSERTION(mDocShell, "Where is my docShell?");
}