diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-21 14:58:19 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-21 14:58:19 +0200 |
commit | ceb7889c500168f4270378ca22b837f98fce34ac (patch) | |
tree | fcfe404323b9dc4a6a738fc48e2ec21a32b7a00a /dom/html/HTMLBodyElement.cpp | |
parent | 37f2b54dc594cfe7dbe7db5edc9b9cf820ff5188 (diff) | |
download | UXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar UXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar.gz UXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar.lz UXP-ceb7889c500168f4270378ca22b837f98fce34ac.tar.xz UXP-ceb7889c500168f4270378ca22b837f98fce34ac.zip |
Issue #80 - De-unify dom/html
Diffstat (limited to 'dom/html/HTMLBodyElement.cpp')
-rw-r--r-- | dom/html/HTMLBodyElement.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/HTMLBodyElement.cpp b/dom/html/HTMLBodyElement.cpp index 112d48dd1..7e5e18480 100644 --- a/dom/html/HTMLBodyElement.cpp +++ b/dom/html/HTMLBodyElement.cpp @@ -7,6 +7,7 @@ #include "HTMLBodyElement.h" #include "mozilla/dom/HTMLBodyElementBinding.h" #include "nsAttrValueInlines.h" +#include "nsContentUtils.h" #include "nsGkAtoms.h" #include "nsStyleConsts.h" #include "nsPresContext.h" |