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

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

Issue 2550993002: Cleanup of blink::HTMLFieldSetElement (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1a91b805e3f974fbfd586b3d7057a295181cfff6..9c1a4970166212061d6009eae5919a977f833e3d 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
@@ -36,7 +36,6 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
public:
static HTMLFieldSetElement* create(Document&, HTMLFormElement*);
- DECLARE_VIRTUAL_TRACE();
HTMLLegendElement* legend() const;
HTMLCollection* elements();
@@ -60,14 +59,6 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
bool alwaysCreateUserAgentShadowRoot() const override { return false; }
static void invalidateDisabledStateUnder(Element&);
- void refreshElementsIfNeeded() const;
- const ListedElement::List& listedElements() const;
-
- // 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;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698