Bug 760132 - Zero out some fields in TabParent.cpp. r=cjones

This commit is contained in:
Justin Lebar 2012-06-01 10:35:16 -04:00
parent 9a14f9092a
commit a96985b9ba

View File

@ -57,8 +57,12 @@ TabParent *TabParent::mIMETabParent = nsnull;
NS_IMPL_ISUPPORTS3(TabParent, nsITabParent, nsIAuthPromptProvider, nsISecureBrowserUI)
TabParent::TabParent()
: mIMEComposing(false)
: mFrameElement(NULL)
, mIMESelectionAnchor(0)
, mIMESelectionFocus(0)
, mIMEComposing(false)
, mIMECompositionEnding(false)
, mIMECompositionStart(0)
, mIMESeqno(0)
, mDPI(0)
, mActive(false)