| Index: third_party/WebKit/WebCore/history/HistoryItem.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/history/HistoryItem.cpp (revision 23285)
|
| +++ third_party/WebKit/WebCore/history/HistoryItem.cpp (working copy)
|
| @@ -454,7 +454,7 @@
|
| bool HistoryItem::isCurrentDocument(Document* doc) const
|
| {
|
| // FIXME: We should find a better way to check if this is the current document.
|
| - return urlString() == doc->url();
|
| + return equalIgnoringRef(url(), doc->url());
|
| }
|
|
|
| void HistoryItem::mergeAutoCompleteHints(HistoryItem* otherItem)
|
|
|