Skip to content

Commit 9cd813f

Browse files
Landoalastor0325
authored andcommitted
Bug 1707584: apply code formatting via Lando
# ignore-this-changeset
1 parent 911b73e commit 9cd813f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dom/media/mediaelement/HTMLMediaElement.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5122,7 +5122,8 @@ void HTMLMediaElement::UpdatePlaybackPseudoClasses() {
51225122
this, mPaused.Ref(), mNetworkState, mReadyState.Ref(),
51235123
mIsCurrentlyStalled));
51245124
AutoStateChangeNotifier notifier(*this, /*aNotify=*/true);
5125-
RemoveStatesSilently(ElementState::PAUSED | ElementState::BUFFERING | ElementState::STALLED);
5125+
RemoveStatesSilently(ElementState::PAUSED | ElementState::BUFFERING |
5126+
ElementState::STALLED);
51265127
// We don’t need to update the playing state because these states are
51275128
// exclusive, and the `:playing` pseudo-class is determined by checking
51285129
// the element's PAUSED state.

0 commit comments

Comments
 (0)