Chromium Code Reviews

Unified Diff: Source/core/html/FormAssociatedElement.h

Issue 365223004: Have the form control element directly handle validation message updating. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move m_hasValidationMessage checks out from validationMessageClient() Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLFormControlElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FormAssociatedElement.h
diff --git a/Source/core/html/FormAssociatedElement.h b/Source/core/html/FormAssociatedElement.h
index e41483a55c08d1020fac97b69eb98aaf42cca583..29e504819544d01959ea6f1ff7daac9ee0767aa4 100644
--- a/Source/core/html/FormAssociatedElement.h
+++ b/Source/core/html/FormAssociatedElement.h
@@ -37,7 +37,6 @@ class FormDataList;
class HTMLElement;
class HTMLFormElement;
class Node;
-class ValidationMessage;
class ValidityState;
class VisibleSelection;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine