Issue #80 - Fix deprot in dom/base.

This regression was introduced by my PR #2015.
Found while building dom/base de-unified.
This commit is contained in:
Job Bautista 2022-12-29 19:29:53 +08:00 committed by roytam1
commit ba1887ff4c

View file

@ -15,6 +15,7 @@
#include "nsContentUtils.h"
#include "nsHTMLTags.h"
#include "jsapi.h"
#include "ShadowRoot.h"
namespace mozilla {
namespace dom {