| Index: webkit/glue/back_forward_list_client_impl.h
|
| diff --git a/webkit/glue/back_forward_list_client_impl.h b/webkit/glue/back_forward_list_client_impl.h
|
| index 0a4637689ba9253e7a4cfff52fa77f364b04aaeb..1a26c35b63f2fa8624fcce2c1a1b9a178c502166 100644
|
| --- a/webkit/glue/back_forward_list_client_impl.h
|
| +++ b/webkit/glue/back_forward_list_client_impl.h
|
| @@ -20,7 +20,7 @@ class BackForwardListClientImpl : public WebCore::BackForwardListClient {
|
| ~BackForwardListClientImpl();
|
|
|
| void SetCurrentHistoryItem(WebCore::HistoryItem* item);
|
| - WebCore::HistoryItem* GetPreviousHistoryItem();
|
| + WebCore::HistoryItem* GetPreviousHistoryItem() const;
|
|
|
| private:
|
| // WebCore::BackForwardListClient methods:
|
|
|