summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-12-03 11:01:07 -0800
committerGrace Kloba <klobag@google.com>2009-12-03 11:01:07 -0800
commitab87fa9e3781b4b32b4c1014acd9079ea145e2d6 (patch)
tree13ff6d4fb8fa517b5d0529001351b15bf02fcf13 /WebCore
parent4f016e5ec4ca26ad35c960dd81c2f631e385cdce (diff)
downloadexternal_webkit-ab87fa9e3781b4b32b4c1014acd9079ea145e2d6.zip
external_webkit-ab87fa9e3781b4b32b4c1014acd9079ea145e2d6.tar.gz
external_webkit-ab87fa9e3781b4b32b4c1014acd9079ea145e2d6.tar.bz2
another file to fix the build
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/history/HistoryItem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/history/HistoryItem.cpp b/WebCore/history/HistoryItem.cpp
index 1e2bc93..331dda1 100644
--- a/WebCore/history/HistoryItem.cpp
+++ b/WebCore/history/HistoryItem.cpp
@@ -98,8 +98,10 @@ HistoryItem::~HistoryItem()
ASSERT(!m_cachedPage);
iconDatabase()->releaseIconForPageURL(m_urlString);
#ifdef ANDROID_HISTORY_CLIENT
+/*
if (m_bridge)
m_bridge->detach(this);
+ */
#endif
}