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

Unified Diff: Source/core/html/shadow/DateTimeFieldElement.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
Index: Source/core/html/shadow/DateTimeFieldElement.h
diff --git a/Source/core/html/shadow/DateTimeFieldElement.h b/Source/core/html/shadow/DateTimeFieldElement.h
index 9fa9b263eaea4625822191c26953ae2d8394e739..9a76f2427374a72817a12be4de3a0df725454458 100644
--- a/Source/core/html/shadow/DateTimeFieldElement.h
+++ b/Source/core/html/shadow/DateTimeFieldElement.h
@@ -78,8 +78,6 @@ public:
virtual String value() const = 0;
virtual String visibleValue() const = 0;
- virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
-
protected:
DateTimeFieldElement(Handle<Document>, FieldOwner&);
virtual void didBlur();
@@ -93,6 +91,8 @@ protected:
virtual int valueAsInteger() const = 0;
virtual int valueForARIAValueNow() const;
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
void defaultKeyboardEventHandler(KeyboardEvent*);
virtual bool isDateTimeFieldElement() const OVERRIDE;
« no previous file with comments | « Source/core/html/shadow/ClearButtonElement.cpp ('k') | Source/core/html/shadow/DateTimeNumericFieldElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698