summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLSelectElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLSelectElement.h')
-rw-r--r--WebCore/html/HTMLSelectElement.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/WebCore/html/HTMLSelectElement.h b/WebCore/html/HTMLSelectElement.h
index df7832c..9ecd81c 100644
--- a/WebCore/html/HTMLSelectElement.h
+++ b/WebCore/html/HTMLSelectElement.h
@@ -105,15 +105,8 @@ private:
virtual RenderObject* createRenderer(RenderArena*, RenderStyle *);
virtual bool appendFormData(FormDataList&, bool);
-#if PLATFORM(ANDROID)
-public:
virtual int listToOptionIndex(int listIndex) const;
virtual int optionToListIndex(int optionIndex) const;
-private:
-#else
- virtual int listToOptionIndex(int listIndex) const;
- virtual int optionToListIndex(int optionIndex) const;
-#endif
virtual void reset();