From ba1887ff4c66bebed7e04495aedbeb3455a970e5 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Thu, 29 Dec 2022 19:29:53 +0800 Subject: [PATCH] Issue #80 - Fix deprot in dom/base. This regression was introduced by my PR #2015. Found while building dom/base de-unified. --- dom/base/CustomElementRegistry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/base/CustomElementRegistry.cpp b/dom/base/CustomElementRegistry.cpp index 007dfcb4d5..b97115e7c4 100644 --- a/dom/base/CustomElementRegistry.cpp +++ b/dom/base/CustomElementRegistry.cpp @@ -15,6 +15,7 @@ #include "nsContentUtils.h" #include "nsHTMLTags.h" #include "jsapi.h" +#include "ShadowRoot.h" namespace mozilla { namespace dom {