From ae27fff4bbcf7d2283857abcecdbd1b413db97d1 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Fri, 12 May 2023 19:04:16 +0800 Subject: [PATCH] Issue #2241 - Part 7.2 Follow-up: Fix build bustage due to unified building in Basilisk. Tag #80 --- dom/base/DOMQuad.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/base/DOMQuad.h b/dom/base/DOMQuad.h index 9508d9f431..e32aea26f8 100644 --- a/dom/base/DOMQuad.h +++ b/dom/base/DOMQuad.h @@ -24,6 +24,7 @@ class DOMPoint; struct DOMQuadJSON; struct DOMPointInit; struct DOMQuadInit; +struct DOMRectInit; class DOMQuad final : public nsWrapperCache {