| Index: sky/engine/public/web/WebViewClient.h
|
| diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
|
| index 791301ffad74465e4d683b71495cdcddea122a61..bb770fb1e3bd0d2ce6533420029be04e4e261727 100644
|
| --- a/sky/engine/public/web/WebViewClient.h
|
| +++ b/sky/engine/public/web/WebViewClient.h
|
| @@ -67,7 +67,7 @@ struct WebSize;
|
| // easily reused as part of an implementation of WebViewClient.
|
| class WebViewClient : virtual public WebWidgetClient {
|
| public:
|
| - virtual ServiceProvider* services() = 0;
|
| + virtual ServiceProvider& services() = 0;
|
|
|
| // Editing -------------------------------------------------------------
|
|
|
|
|