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

Unified Diff: Source/core/frame/DOMWindowLifecycleObserver.h

Issue 901663005: Revert r189385 "Remove LifecycleContext" and r189391, r189530, r189456 that block it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/DOMWindowLifecycleNotifier.cpp ('k') | Source/core/frame/DOMWindowLifecycleObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindowLifecycleObserver.h
diff --git a/Source/core/frame/DOMWindowLifecycleObserver.h b/Source/core/frame/DOMWindowLifecycleObserver.h
index 40fc8e68f4fe0dfa00fc3b43d59ba4ca4dfd33b4..05ab477aafbe01e2a221ebdf16916c4feb0175cb 100644
--- a/Source/core/frame/DOMWindowLifecycleObserver.h
+++ b/Source/core/frame/DOMWindowLifecycleObserver.h
@@ -33,8 +33,8 @@
namespace blink {
-template<> void observeContext(LocalDOMWindow*, LifecycleObserver<LocalDOMWindow>*);
-template<> void unobserveContext(LocalDOMWindow*, LifecycleObserver<LocalDOMWindow>*);
+template<> void observerContext(LocalDOMWindow*, LifecycleObserver<LocalDOMWindow>*);
+template<> void unobserverContext(LocalDOMWindow*, LifecycleObserver<LocalDOMWindow>*);
class DOMWindowLifecycleObserver : public LifecycleObserver<LocalDOMWindow> {
public:
« no previous file with comments | « Source/core/frame/DOMWindowLifecycleNotifier.cpp ('k') | Source/core/frame/DOMWindowLifecycleObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698