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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user