From 85f84a23d71ed6a497d6682c357e96111751ff84 Mon Sep 17 00:00:00 2001 From: Mats Palmgren Date: Tue, 24 Feb 2009 21:06:34 +0100 Subject: [PATCH] Initialize members. b=479713 r+sr=roc --- docshell/base/nsDocShellEditorData.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docshell/base/nsDocShellEditorData.cpp b/docshell/base/nsDocShellEditorData.cpp index edf5c6ff71f5..26d2510bc7b9 100644 --- a/docshell/base/nsDocShellEditorData.cpp +++ b/docshell/base/nsDocShellEditorData.cpp @@ -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?"); }