Bug 1923340 - Remove an unused member variable in IDBFactory.h, r=asuth,dom-storage-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D224944
This commit is contained in:
Andrea Marchesini
2024-10-09 05:40:26 +00:00
parent 6bf7b1d9ab
commit dd5433735f

View File

@@ -60,9 +60,6 @@ class IDBFactory final : public GlobalTeardownObserver, public nsWrapperCache {
UniquePtr<PrincipalInfo> mPrincipalInfo; UniquePtr<PrincipalInfo> mPrincipalInfo;
// TODO: Unused, remove me!
nsCOMPtr<nsIGlobalObject> mGlobal;
// This will only be set if the factory belongs to a window in a child // This will only be set if the factory belongs to a window in a child
// process. // process.
RefPtr<BrowserChild> mBrowserChild; RefPtr<BrowserChild> mBrowserChild;