diff options
Diffstat (limited to 'WebCore/history')
-rw-r--r-- | WebCore/history/HistoryItem.cpp | 7 | ||||
-rw-r--r-- | WebCore/history/HistoryItem.h | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/history/HistoryItem.cpp b/WebCore/history/HistoryItem.cpp index d7cc311..d4e58e4 100644 --- a/WebCore/history/HistoryItem.cpp +++ b/WebCore/history/HistoryItem.cpp @@ -414,13 +414,6 @@ FormData* HistoryItem::formData() return m_formData.get(); } -#ifdef ANDROID_FIX -const FormData* HistoryItem::formData() const -{ - return m_formData.get(); -} -#endif - bool HistoryItem::isCurrentDocument(Document* doc) const { // FIXME: We should find a better way to check if this is the current document. diff --git a/WebCore/history/HistoryItem.h b/WebCore/history/HistoryItem.h index cc131dd..839f47d 100644 --- a/WebCore/history/HistoryItem.h +++ b/WebCore/history/HistoryItem.h @@ -109,9 +109,6 @@ public: bool isTargetItem() const; FormData* formData(); -#ifdef ANDROID_FIX - const FormData* formData() const; -#endif String formContentType() const; String formReferrer() const; String rssFeedReferrer() const; |