diff options
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/history/HistoryItem.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/history/HistoryItem.cpp b/WebCore/history/HistoryItem.cpp index 2ca29e3..1e2bc93 100644 --- a/WebCore/history/HistoryItem.cpp +++ b/WebCore/history/HistoryItem.cpp @@ -97,6 +97,10 @@ HistoryItem::~HistoryItem() { ASSERT(!m_cachedPage); iconDatabase()->releaseIconForPageURL(m_urlString); +#ifdef ANDROID_HISTORY_CLIENT + if (m_bridge) + m_bridge->detach(this); +#endif } inline HistoryItem::HistoryItem(const HistoryItem& item) |