Index: Source/core/html/HTMLFormControlElement.h |
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
index b6781d3eabc01255730e0d7b2c48a1e7c60ceb89..525ef0d254e12c52b10a70dae5ebce82553879fd 100644 |
--- a/Source/core/html/HTMLFormControlElement.h |
+++ b/Source/core/html/HTMLFormControlElement.h |
@@ -30,11 +30,8 @@ |
namespace blink { |
class FormDataList; |
-class HTMLFieldSetElement; |
class HTMLFormElement; |
-class HTMLLegendElement; |
class ValidationMessageClient; |
-class ValidityState; |
// HTMLFormControlElement is the default implementation of FormAssociatedElement, |
// and form-associated element implementations should use HTMLFormControlElement |