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

Unified Diff: Source/core/html/HTMLInputElement.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/HTMLImageElement.cpp ('k') | Source/core/html/HTMLKeygenElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLInputElement.h
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
index 92454a18d0479eccbd010ee2bc4459145cf10971..636cafebb63acc12f3b81a8abb6bdfe48463808f 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -297,13 +297,13 @@ public:
bool setupDateTimeChooserParameters(DateTimeChooserParameters&);
virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
- virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
-
protected:
HTMLInputElement(const QualifiedName&, Handle<Document>, HTMLFormElement*, bool createdByParser);
virtual void defaultEventHandler(Event*);
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
enum AutoCompleteSetting { Uninitialized, On, Off };
« no previous file with comments | « Source/core/html/HTMLImageElement.cpp ('k') | Source/core/html/HTMLKeygenElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698