Bug 1430072 - Make the TabParent's default cached value for the DocShell active state be false again. r=mystor

MozReview-Commit-ID: AMAJgD8n0Lp

--HG--
extra : rebase_source : 6e0f4fc222bf4719c421ddf3252fbf7f2d5a2c9d
This commit is contained in:
Mike Conley 2018-01-12 17:17:39 -05:00
parent 68e591a606
commit b8af0e6e5a

View File

@ -157,7 +157,7 @@ TabParent::TabParent(nsIContentParent* aManager,
, mUpdatedDimensions(false)
, mSizeMode(nsSizeMode_Normal)
, mManager(aManager)
, mDocShellIsActive(true)
, mDocShellIsActive(false)
, mMarkedDestroying(false)
, mIsDestroyed(false)
, mChromeFlags(aChromeFlags)