Skip to content

Commit

Permalink
Backed out 3 changesets (bug 1873394) for causing bug 1879250. CLOSED…
Browse files Browse the repository at this point in the history
… TREE

Backed out changeset b355f33d28c9 (bug 1873394)
Backed out changeset 6711b73d58e1 (bug 1873394)
Backed out changeset 44fdf4e83c7c (bug 1873394)

UltraBlame original commit: 43f065b8fdeb618362374f49b893df0709008416
  • Loading branch information
marco-c committed Feb 8, 2024
1 parent 385fe53 commit 529cfc9
Show file tree
Hide file tree
Showing 16 changed files with 156 additions and 2,418 deletions.
54 changes: 0 additions & 54 deletions dom/html/HTMLMediaElement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43413,41 +43413,6 @@ mMediaKeys
=
mIncomingMediaKeys
;
#
ifdef
MOZ_WMF_CDM
if
(
mMediaKeys
&
&
mMediaKeys
-
>
GetCDMProxy
(
)
)
{
mIsUsingWMFCDM
=
!
!
mMediaKeys
-
>
GetCDMProxy
(
)
-
>
AsWMFCDMProxy
(
)
;
}
#
endif
/
/
5
Expand Down Expand Up @@ -48661,25 +48626,6 @@ aOldDoc
)
;
}
#
ifdef
MOZ_WMF_CDM
bool
HTMLMediaElement
:
:
IsUsingWMFCDM
(
)
const
{
return
mIsUsingWMFCDM
;
}
;
#
endif
}
/
/
Expand Down
36 changes: 0 additions & 36 deletions dom/html/HTMLMediaElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -3513,18 +3513,6 @@ return
mIsEncrypted
;
}
#
ifdef
MOZ_WMF_CDM
bool
IsUsingWMFCDM
(
)
const
override
;
#
endif
bool
Paused
(
Expand Down Expand Up @@ -12751,30 +12739,6 @@ aType
)
const
;
#
ifdef
MOZ_WMF_CDM
/
/
It
'
s
used
to
record
telemetry
probe
for
WMFCDM
playback
.
bool
mIsUsingWMFCDM
=
false
;
#
endif
}
;
/
Expand Down

0 comments on commit 529cfc9

Please sign in to comment.