diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:51:23 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:51:23 -0800 |
commit | e933faefa1e899dbd5bf371f499cc682aff46c83 (patch) | |
tree | 8fb31ff5c9a41aec9912d0253be7ef0445e2f58a /WebCore/history | |
parent | 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 (diff) | |
download | external_webkit-e933faefa1e899dbd5bf371f499cc682aff46c83.zip external_webkit-e933faefa1e899dbd5bf371f499cc682aff46c83.tar.gz external_webkit-e933faefa1e899dbd5bf371f499cc682aff46c83.tar.bz2 |
auto import from //branches/cupcake/...@125939
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; |