From ab87fa9e3781b4b32b4c1014acd9079ea145e2d6 Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Thu, 3 Dec 2009 11:01:07 -0800 Subject: [PATCH] another file to fix the build --- WebCore/history/HistoryItem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebCore/history/HistoryItem.cpp b/WebCore/history/HistoryItem.cpp index 1e2bc931a..331dda14c 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 } -- 2.11.0