Bug 1834737 - Make RFPTarget parameter of Document::ShouldResistFingerprinting non-optional. r=tjr

Differential Revision: https://phabricator.services.mozilla.com/D178925
This commit is contained in:
Tom Schuster
2023-05-31 09:46:54 +00:00
parent 591c5f154e
commit f33200529a
17 changed files with 52 additions and 43 deletions

View File

@@ -353,7 +353,7 @@ class HTMLMediaElement : public nsGenericHTMLElement,
// redirects.
bool HadCrossOriginRedirects();
bool ShouldResistFingerprinting() const override;
bool ShouldResistFingerprinting(RFPTarget aTarget) const override;
// Principal of the currently playing video resource. Anything accessing the
// image container of this element must have a principal that subsumes this