From 691878e20f7080340642784e3009a52e71f003bc Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 21 Apr 2020 14:58:19 +0200 Subject: Issue #80 - De-unify dom/html --- dom/html/HTMLBodyElement.cpp | 1 + dom/html/HTMLFrameSetElement.cpp | 1 + dom/html/HTMLLabelElement.cpp | 1 + dom/html/HTMLMetaElement.cpp | 1 + dom/html/ValidityState.h | 1 + dom/html/moz.build | 8 ++------ dom/html/nsBrowserElement.cpp | 2 ++ dom/html/nsHTMLDocument.cpp | 1 + dom/html/nsIConstraintValidation.cpp | 2 ++ 9 files changed, 12 insertions(+), 6 deletions(-) (limited to 'dom') diff --git a/dom/html/HTMLBodyElement.cpp b/dom/html/HTMLBodyElement.cpp index 6230cb6ca..ee1bced02 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" diff --git a/dom/html/HTMLFrameSetElement.cpp b/dom/html/HTMLFrameSetElement.cpp index 6d39caa19..5d49cd78e 100644 --- a/dom/html/HTMLFrameSetElement.cpp +++ b/dom/html/HTMLFrameSetElement.cpp @@ -7,6 +7,7 @@ #include "HTMLFrameSetElement.h" #include "mozilla/dom/HTMLFrameSetElementBinding.h" #include "mozilla/dom/EventHandlerBinding.h" +#include "nsContentUtils.h" #include "nsGlobalWindow.h" #include "mozilla/UniquePtrExtensions.h" diff --git a/dom/html/HTMLLabelElement.cpp b/dom/html/HTMLLabelElement.cpp index d1c037336..ec36c8b99 100644 --- a/dom/html/HTMLLabelElement.cpp +++ b/dom/html/HTMLLabelElement.cpp @@ -8,6 +8,7 @@ * Implementation of HTML