Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: Source/core/page/Page.h

Issue 38143002: Have LifecycleContext::lifecycleNotifier() return a reference (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/DOMWindow.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/frame/DOMWindow.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698