| Index: webkit/glue/chrome_client_impl.h
|
| diff --git a/webkit/glue/chrome_client_impl.h b/webkit/glue/chrome_client_impl.h
|
| index 226c93cd73588be04e61fed4a2abc7ac23f5ae7f..8ac4916b473c1df38c055067d665642cad0e00da 100644
|
| --- a/webkit/glue/chrome_client_impl.h
|
| +++ b/webkit/glue/chrome_client_impl.h
|
| @@ -25,7 +25,7 @@ public:
|
| ChromeClientImpl(WebViewImpl* webview);
|
| virtual ~ChromeClientImpl();
|
|
|
| - WebViewImpl* webview() { return webview_; }
|
| + WebViewImpl* webview() const { return webview_; }
|
|
|
| virtual void chromeDestroyed();
|
|
|
|
|