зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1732578: cut over pointerevents for finer grain API r=tjr
Depends on D128297 Differential Revision: https://phabricator.services.mozilla.com/D128298
This commit is contained in:
Родитель
3c0563c316
Коммит
2ccc96a0b9
|
@ -294,7 +294,7 @@ bool PointerEvent::ShouldResistFingerprinting(CallerType aCallerType) {
|
||||||
|
|
||||||
nsCOMPtr<Document> doc = GetDocument();
|
nsCOMPtr<Document> doc = GetDocument();
|
||||||
|
|
||||||
return doc && !nsContentUtils::IsChromeDoc(doc);
|
return nsContentUtils::ShouldResistFingerprinting(doc);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace mozilla::dom
|
} // namespace mozilla::dom
|
||||||
|
|
Загрузка…
Ссылка в новой задаче