Chromium Code Reviews| Index: Source/core/page/Page.h |
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
| index dd5c80c2882e5ba0b098ca2795b66e1a6c23b170..0faa1f670447f79149bbc2520aa5a637c2b2b097 100644 |
| --- a/Source/core/page/Page.h |
| +++ b/Source/core/page/Page.h |
| @@ -237,7 +237,7 @@ public: |
| static void networkStateChanged(bool online); |
| protected: |
| - PageLifecycleNotifier* lifecycleNotifier(); |
| + PageLifecycleNotifier& lifecycleNotifier(); |
| private: |
| void initGroup(); |