| Index: webkit/glue/back_forward_list_client_impl.cc
|
| diff --git a/webkit/glue/back_forward_list_client_impl.cc b/webkit/glue/back_forward_list_client_impl.cc
|
| index 3e144bf92a1a853d1c919ea3378489a64ae8dc3b..99149d1db0075060d3c4f27e859812b042f32304 100644
|
| --- a/webkit/glue/back_forward_list_client_impl.cc
|
| +++ b/webkit/glue/back_forward_list_client_impl.cc
|
| @@ -26,7 +26,8 @@ void BackForwardListClientImpl::SetCurrentHistoryItem(
|
| current_item_ = item;
|
| }
|
|
|
| -WebCore::HistoryItem* BackForwardListClientImpl::GetPreviousHistoryItem() {
|
| +WebCore::HistoryItem* BackForwardListClientImpl::GetPreviousHistoryItem()
|
| + const {
|
| return previous_item_.get();
|
| }
|
|
|
|
|