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 | |
parent | 6980b807916490eff6ee7a6791129ef5d76a118e (diff) | |
download | UXP-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')
-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 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 { |