Bug 1597499 - Move nsIDocShell::ChildOffset to BrowsingContext, r=nika

Differential Revision: https://phabricator.services.mozilla.com/D89969
This commit is contained in:
Kashav Madan
2021-03-17 16:43:04 +00:00
parent 5b0a4601c4
commit ff7ceddbcb
7 changed files with 24 additions and 46 deletions

View File

@@ -1193,10 +1193,6 @@ class nsDocShell final : public nsDocLoader,
int32_t mPreviousEntryIndex;
int32_t mLoadedEntryIndex;
// Offset in the parent's child list.
// -1 if the docshell is added dynamically to the parent shell.
int32_t mChildOffset;
BusyFlags mBusyFlags;
AppType mAppType;
uint32_t mLoadType;