diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2020-05-05 08:43:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 08:43:34 +0530 |
commit | f63b86a46183ddbd76d2dc6f563c0cc78e348789 (patch) | |
tree | 269aefbbad32906558e946fe823ead538fd27e99 /dom/base | |
parent | 6980b807916490eff6ee7a6791129ef5d76a118e (diff) | |
download | uxp-f63b86a46183ddbd76d2dc6f563c0cc78e348789.tar.gz |
Issue #457 - Fix warning about inline nsINode::GetFlattenedTreeParentNodeForStyle being undefined
Diffstat (limited to 'dom/base')
-rw-r--r-- | dom/base/ElementInlines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/ElementInlines.h b/dom/base/ElementInlines.h index df2cc2e24a..ad042e0637 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 { |