mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
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:
parent
68e591a606
commit
b8af0e6e5a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user