summaryrefslogtreecommitdiffstats
path: root/dom/base
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2020-05-05 08:43:34 +0530
committerGitHub <noreply@github.com>2020-05-05 08:43:34 +0530
commitf63b86a46183ddbd76d2dc6f563c0cc78e348789 (patch)
tree269aefbbad32906558e946fe823ead538fd27e99 /dom/base
parent6980b807916490eff6ee7a6791129ef5d76a118e (diff)
downloadUXP-f63b86a46183ddbd76d2dc6f563c0cc78e348789.tar
UXP-f63b86a46183ddbd76d2dc6f563c0cc78e348789.tar.gz
UXP-f63b86a46183ddbd76d2dc6f563c0cc78e348789.tar.lz
UXP-f63b86a46183ddbd76d2dc6f563c0cc78e348789.tar.xz
UXP-f63b86a46183ddbd76d2dc6f563c0cc78e348789.zip
Issue #457 - Fix warning about inline nsINode::GetFlattenedTreeParentNodeForStyle being undefined
Diffstat (limited to 'dom/base')
-rw-r--r--dom/base/ElementInlines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/ElementInlines.h b/dom/base/ElementInlines.h
index df2cc2e24..ad042e063 100644
--- a/dom/base/ElementInlines.h
+++ b/dom/base/ElementInlines.h
@@ -8,6 +8,7 @@
#define mozilla_dom_ElementInlines_h
#include "mozilla/dom/Element.h"
+#include "nsIContentInlines.h"
#include "nsIDocument.h"
namespace mozilla {