From e933faefa1e899dbd5bf371f499cc682aff46c83 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Fri, 9 Jan 2009 17:51:23 -0800 Subject: auto import from //branches/cupcake/...@125939 --- WebCore/history/HistoryItem.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'WebCore/history/HistoryItem.cpp') 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. -- cgit v1.1