Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(751)

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: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698