Index: webkit/glue/webframe_impl.cc |
=================================================================== |
--- webkit/glue/webframe_impl.cc (revision 11369) |
+++ webkit/glue/webframe_impl.cc (working copy) |
@@ -492,7 +492,7 @@ |
// is expected to query the history state after a navigation occurs, after |
// the desired history item has become the previous entry. |
RefPtr<HistoryItem> item = webview_impl_->GetPreviousHistoryItem(); |
- if (!item || item->lastVisitWasFailure()) |
+ if (!item) |
return false; |
static StatsCounterTimer history_timer("GetHistoryTimer"); |