diff options
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/html/HTMLSelectElement.h | 7 | ||||
-rw-r--r-- | WebCore/loader/FrameLoader.h | 5 |
2 files changed, 0 insertions, 12 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(); diff --git a/WebCore/loader/FrameLoader.h b/WebCore/loader/FrameLoader.h index 07e530e..24e7d96 100644 --- a/WebCore/loader/FrameLoader.h +++ b/WebCore/loader/FrameLoader.h @@ -513,13 +513,8 @@ namespace WebCore { bool lockHistory, FrameLoadType, PassRefPtr<FormState>); #ifdef ANDROID_USER_GESTURE -// FIXME (klobag): WebKit/android/jni/WebCoreFrameBridge.cpp uses -// loadPostRequest, figure out if we can use load(...) instead of -// making loadPostRequest public. -public: void loadPostRequest(const ResourceRequest&, const String& referrer, // Called by loadFrameRequest, calls loadWithNavigationAction const String& frameName, bool lockHistory, FrameLoadType, PassRefPtr<Event>, PassRefPtr<FormState>, bool userGesture); -private: void loadURL(const KURL&, const String& referrer, const String& frameName, // Called by loadFrameRequest, calls loadWithNavigationAction or dispatches to navigation policy delegate bool lockHistory, FrameLoadType, PassRefPtr<Event>, PassRefPtr<FormState>, bool userGesture); #endif // ANDROID_USER_GESTURE |