summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/history/HistoryItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/history/HistoryItem.cpp')
-rw-r--r--Source/WebCore/history/HistoryItem.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/WebCore/history/HistoryItem.cpp b/Source/WebCore/history/HistoryItem.cpp
index c31aa86..363e1aa 100644
--- a/Source/WebCore/history/HistoryItem.cpp
+++ b/Source/WebCore/history/HistoryItem.cpp
@@ -31,6 +31,7 @@
#include "IconDatabase.h"
#include "PageCache.h"
#include "ResourceRequest.h"
+#include "SharedBuffer.h"
#include <stdio.h>
#include <wtf/CurrentTime.h>
#include <wtf/Decoder.h>
@@ -230,12 +231,6 @@ const String& HistoryItem::alternateTitle() const
return m_displayTitle;
}
-Image* HistoryItem::icon() const
-{
- Image* result = iconDatabase().iconForPageURL(m_urlString, IntSize(16, 16));
- return result ? result : iconDatabase().defaultIcon(IntSize(16, 16));
-}
-
double HistoryItem::lastVisitedTime() const
{
return m_lastVisitedTime;