summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2020-05-05 08:43:34 +0530
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:14:56 +0200
commitf8588a2e8678df6d7958562337a279e911c8bedb (patch)
treef4c56d35621d6596127a80231b98cc7cae647673
parent0aa1b02b2b724749323c1548179208ded67a1410 (diff)
downloadUXP-f8588a2e8678df6d7958562337a279e911c8bedb.tar
UXP-f8588a2e8678df6d7958562337a279e911c8bedb.tar.gz
UXP-f8588a2e8678df6d7958562337a279e911c8bedb.tar.lz
UXP-f8588a2e8678df6d7958562337a279e911c8bedb.tar.xz
UXP-f8588a2e8678df6d7958562337a279e911c8bedb.zip
Issue #457 - Fix warning about inline nsINode::GetFlattenedTreeParentNodeForStyle being undefined
-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 c68bd012e..540512d89 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 {