diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2020-05-05 10:23:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 10:23:49 -0400 |
commit | 257e62db993cec43d1ec650a8a33b3e25139cbc2 (patch) | |
tree | 5957c3c066856819518db3963d55a2517aab6315 /dom | |
parent | e0ddf8122123a2c21b7f98a6781bc92b73848fa2 (diff) | |
parent | f63b86a46183ddbd76d2dc6f563c0cc78e348789 (diff) | |
download | uxp-257e62db993cec43d1ec650a8a33b3e25139cbc2.tar.gz |
Merge pull request #1532 from adeshkp/patch-15
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 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 { |