diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-21 14:58:19 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:37:08 +0200 |
commit | 691878e20f7080340642784e3009a52e71f003bc (patch) | |
tree | 6ca361de111b1ce9566df59ac3ffc352e6a6bfbb /dom/html/nsIConstraintValidation.cpp | |
parent | bf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a (diff) | |
download | UXP-691878e20f7080340642784e3009a52e71f003bc.tar UXP-691878e20f7080340642784e3009a52e71f003bc.tar.gz UXP-691878e20f7080340642784e3009a52e71f003bc.tar.lz UXP-691878e20f7080340642784e3009a52e71f003bc.tar.xz UXP-691878e20f7080340642784e3009a52e71f003bc.zip |
Issue #80 - De-unify dom/html
Diffstat (limited to 'dom/html/nsIConstraintValidation.cpp')
-rw-r--r-- | dom/html/nsIConstraintValidation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/html/nsIConstraintValidation.cpp b/dom/html/nsIConstraintValidation.cpp index 00f34df67..db69cba07 100644 --- a/dom/html/nsIConstraintValidation.cpp +++ b/dom/html/nsIConstraintValidation.cpp @@ -13,6 +13,8 @@ #include "mozilla/dom/HTMLInputElement.h" #include "mozilla/dom/ValidityState.h" #include "nsIFormControl.h" +#include "nsIMutableArray.h" +#include "nsISimpleEnumerator.h" #include "nsContentUtils.h" #include "nsIFormSubmitObserver.h" |