Bug 1583203 - followup: Remove some silly null-checks.
CLOSED TREE MANUAL PUSH: red
This commit is contained in:
@@ -2175,7 +2175,7 @@ void HTMLMediaElement::Load() {
|
||||
HasAttr(kNameSpaceID_None, nsGkAtoms::autoplay),
|
||||
AutoplayPolicy::IsAllowedToPlay(*this), OwnerDoc(),
|
||||
DocumentOrigin(OwnerDoc()).get(),
|
||||
OwnerDoc() ? OwnerDoc()->HasBeenUserGestureActivated() : 0, mMuted,
|
||||
OwnerDoc()->HasBeenUserGestureActivated(), mMuted,
|
||||
mVolume));
|
||||
|
||||
if (mIsRunningLoadMethod) {
|
||||
|
||||
Reference in New Issue
Block a user