Bug 1764419 - Fix reuse of empty HitTestInfo. r=gfx-reviewers,bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D143543
This commit is contained in:
@@ -19,7 +19,7 @@ namespace mozilla {
|
|||||||
static StaticAutoPtr<const HitTestInfo> gEmptyHitTestInfo;
|
static StaticAutoPtr<const HitTestInfo> gEmptyHitTestInfo;
|
||||||
|
|
||||||
const HitTestInfo& HitTestInfo::Empty() {
|
const HitTestInfo& HitTestInfo::Empty() {
|
||||||
if (gEmptyHitTestInfo) {
|
if (!gEmptyHitTestInfo) {
|
||||||
gEmptyHitTestInfo = new HitTestInfo();
|
gEmptyHitTestInfo = new HitTestInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user