summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/mac/History/WebHistoryItem.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/mac/History/WebHistoryItem.mm')
-rw-r--r--Source/WebKit/mac/History/WebHistoryItem.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebKit/mac/History/WebHistoryItem.mm b/Source/WebKit/mac/History/WebHistoryItem.mm
index de56180..530b18a 100644
--- a/Source/WebKit/mac/History/WebHistoryItem.mm
+++ b/Source/WebKit/mac/History/WebHistoryItem.mm
@@ -185,12 +185,6 @@ void WKNotifyHistoryItemChanged(HistoryItem*)
- (NSImage *)icon
{
return [[WebIconDatabase sharedIconDatabase] iconForURL:[self URLString] withSize:WebIconSmallSize];
-
- // FIXME: Ideally, this code should simply be the following -
- // return core(_private)->icon()->getNSImage();
- // Once radar -
- // <rdar://problem/4906567> - NSImage returned from WebCore::Image may be incorrect size
- // is resolved
}
- (NSTimeInterval)lastVisitedTimeInterval