示例#1
0
HistoryItem* HistoryItem::targetItem()
{
    HistoryItem* foundItem = findTargetItem();
    return foundItem ? foundItem : this;
}
示例#2
0
HistoryItem* HistoryItem::targetItem()
{
    HistoryItem* foundItem = findTargetItem();
    // FIXME: This should probably not fall back to |this|.
    return foundItem ? foundItem : this;
}