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

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

Issue 20123003: [oilpan] The Node hierarchy should have correct accept method chains (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 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
« no previous file with comments | « Source/core/html/HTMLFormControlElement.h ('k') | Source/core/html/HTMLFormElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFormControlElementWithState.h
diff --git a/Source/core/html/HTMLFormControlElementWithState.h b/Source/core/html/HTMLFormControlElementWithState.h
index 869d1717a8c41941850200c20b6f1015c274db7f..a8062e828b2d1464384d7374d1f69df997ee0c04 100644
--- a/Source/core/html/HTMLFormControlElementWithState.h
+++ b/Source/core/html/HTMLFormControlElementWithState.h
@@ -42,8 +42,6 @@ public:
virtual void restoreFormControlState(const FormControlState&) { }
void notifyFormStateChanged();
- virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
-
protected:
HTMLFormControlElementWithState(const QualifiedName& tagName, Handle<Document>, HTMLFormElement*);
@@ -51,6 +49,8 @@ protected:
virtual void finishParsingChildren();
virtual void didMoveToNewDocument(Handle<Document> oldDocument) OVERRIDE;
virtual bool isFormControlElementWithState() const OVERRIDE;
+
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
};
} // namespace
« no previous file with comments | « Source/core/html/HTMLFormControlElement.h ('k') | Source/core/html/HTMLFormElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698