summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-12-07 09:54:17 -0800
committerGrace Kloba <klobag@google.com>2009-12-07 09:57:11 -0800
commit2eddb240f196ef15ba9940c3e291bbb6318f1200 (patch)
tree26f7491a46383f01ecb57d70608237f468c0596f /WebCore
parent7f2ba62b6484a126bbc1f05f24f719bcd3eec387 (diff)
downloadexternal_webkit-2eddb240f196ef15ba9940c3e291bbb6318f1200.zip
external_webkit-2eddb240f196ef15ba9940c3e291bbb6318f1200.tar.gz
external_webkit-2eddb240f196ef15ba9940c3e291bbb6318f1200.tar.bz2
Continue https://android-git.corp.google.com/g/#change,34687,
We should use #if PLATFORM(ANDROID) now
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/history/HistoryItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/history/HistoryItem.cpp b/WebCore/history/HistoryItem.cpp
index d7eec4d..ba0764c 100644
--- a/WebCore/history/HistoryItem.cpp
+++ b/WebCore/history/HistoryItem.cpp
@@ -97,7 +97,7 @@ HistoryItem::~HistoryItem()
{
ASSERT(!m_cachedPage);
iconDatabase()->releaseIconForPageURL(m_urlString);
-#ifdef ANDROID_HISTORY_CLIENT
+#if PLATFORM(ANDROID)
if (m_bridge)
m_bridge->detachHistoryItem();
#endif