Initialize members. b=479713 r+sr=roc

This commit is contained in:
Mats Palmgren
2009-02-24 21:06:34 +01:00
parent db5c12bf9f
commit 2e829621a3

View File

@@ -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?");
}