Bug 1733109 - constructor does not initialize these fields: mOwnerBrowsingContextId in HTMLMEdiaElement.cpp. r=alwu

Depends on D126934

Differential Revision: https://phabricator.services.mozilla.com/D126935
This commit is contained in:
Paul Adenot
2021-09-30 12:36:14 +00:00
parent 4f6ec99c44
commit c2fee7c38b

View File

@@ -559,7 +559,7 @@ class HTMLMediaElement::MediaControlKeyListener final
RefPtr<ContentMediaAgent> mControlAgent;
bool mIsPictureInPictureEnabled = false;
bool mIsOwnerAudible = false;
uint64_t mOwnerBrowsingContextId;
MOZ_INIT_OUTSIDE_CTOR uint64_t mOwnerBrowsingContextId;
};
class HTMLMediaElement::MediaStreamTrackListener