summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebHistory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/jni/WebHistory.cpp')
-rw-r--r--WebKit/android/jni/WebHistory.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebKit/android/jni/WebHistory.cpp b/WebKit/android/jni/WebHistory.cpp
index 86eeffe..3741e03 100644
--- a/WebKit/android/jni/WebHistory.cpp
+++ b/WebKit/android/jni/WebHistory.cpp
@@ -242,15 +242,6 @@ WebHistoryItem::~WebHistoryItem() {
}
}
-void WebHistoryItem::detach(WebCore::HistoryItem* item) {
-/* if (mHistoryItem == item) {
- mHistoryItem = NULL;
- } else if (mHistoryItem) {
- LOGE("WebHistoryItem::detach doesn't have a matching HistoryItem");
- }
- */
-}
-
void WebHistoryItem::updateHistoryItem(WebCore::HistoryItem* item) {
// Do not want to update during inflation.
if (!m_active)