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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h

Issue 2546063002: Rename FormAssociatedElement to ListedElement (Closed)
Patch Set: Rename FormAssociatedElement to ListedElement Created 4 years 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: third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
index 8195c8aca83daf86929186b37a870f74f854d00b..5252879ef673165927d3e5e747155f692562930b 100644
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
@@ -58,7 +58,7 @@ class CORE_EXPORT HTMLFormControlElementWithState
};
DEFINE_TYPE_CASTS(HTMLFormControlElementWithState,
- FormAssociatedElement,
+ ListedElement,
control,
control->isFormControlElementWithState(),
control.isFormControlElementWithState());

Powered by Google App Engine
This is Rietveld 408576698