| Index: Source/core/page/Chrome.h
|
| diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
|
| index 0d1a127e7ff447a5f6b8a8aa680e702e94f8223e..f9171c2ae95e172368a939c35c790155fae36e97 100644
|
| --- a/Source/core/page/Chrome.h
|
| +++ b/Source/core/page/Chrome.h
|
| @@ -58,7 +58,7 @@ public:
|
|
|
| static PassOwnPtr<Chrome> create(Page*, ChromeClient*);
|
|
|
| - ChromeClient* client() { return m_client; }
|
| + ChromeClient& client() { return *m_client; }
|
|
|
| // HostWindow methods.
|
| virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE;
|
|
|