summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2020-04-23 19:26:31 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:21:59 +0200
commit3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1 (patch)
treeb9f4a19d919d799f469daea29ddefef82ca0c2c9 /dom
parent216189e6f7449ed62149095e5b5f9bec3ad3a23c (diff)
downloadUXP-3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1.tar
UXP-3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1.tar.gz
UXP-3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1.tar.lz
UXP-3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1.tar.xz
UXP-3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1.zip
Issue #80 - Include nsIContentInlines.h in dom/svg/SVGTests.cpp to fix linux bustage
Diffstat (limited to 'dom')
-rw-r--r--dom/svg/SVGTests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/svg/SVGTests.cpp b/dom/svg/SVGTests.cpp
index 963ac27e4..03b205f67 100644
--- a/dom/svg/SVGTests.cpp
+++ b/dom/svg/SVGTests.cpp
@@ -11,6 +11,7 @@
#include "nsCharSeparatedTokenizer.h"
#include "nsStyleUtil.h"
#include "mozilla/Preferences.h"
+#include "nsIContentInlines.h"
namespace mozilla {
namespace dom {