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

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

Issue 2546063002: Rename FormAssociatedElement to ListedElement (Closed)
Patch Set: Suggested changes made 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/HTMLFieldSetElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
index 226fffcb738d72b5fec2e3a66c77fb36b014a2d0..1a91b805e3f974fbfd586b3d7057a295181cfff6 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
@@ -61,11 +61,11 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
static void invalidateDisabledStateUnder(Element&);
void refreshElementsIfNeeded() const;
- const FormAssociatedElement::List& associatedElements() const;
+ const ListedElement::List& listedElements() const;
- // TODO(tkent): Remove m_associcatedElements.
- mutable FormAssociatedElement::List m_associatedElements;
- // When dom tree is modified, we have to refresh the m_associatedElements
+ // TODO(tkent): Remove m_listedElements.
+ mutable ListedElement::List m_listedElements;
+ // When dom tree is modified, we have to refresh the m_listedElements
// array.
mutable uint64_t m_documentVersion;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/FormData.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698