From 9b1967f0c391d6d3227a40b06e967cd9607b0454 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 21 Apr 2020 14:58:19 +0200 Subject: [PATCH] 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(-) diff --git a/dom/html/HTMLBodyElement.cpp b/dom/html/HTMLBodyElement.cpp index 112d48dd15..7e5e184801 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 861dbfe9fc..0e9d4fd2e9 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" #include "nsAttrValueOrString.h" diff --git a/dom/html/HTMLLabelElement.cpp b/dom/html/HTMLLabelElement.cpp index d1c037336e..ec36c8b99d 100644 --- a/dom/html/HTMLLabelElement.cpp +++ b/dom/html/HTMLLabelElement.cpp @@ -8,6 +8,7 @@ * Implementation of HTML