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

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

Issue 826223002: Remove DOMWindowLifecycleObserver::window() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/DOMWindowLifecycleObserver.h ('k') | Source/modules/gamepad/NavigatorGamepad.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindowLifecycleObserver.cpp
diff --git a/Source/core/frame/DOMWindowLifecycleObserver.cpp b/Source/core/frame/DOMWindowLifecycleObserver.cpp
index ca33534538d8435253cca7d9606eb5fd6fe1f3c8..b1df7076fba061c818cccadb4e7221984181f3ac 100644
--- a/Source/core/frame/DOMWindowLifecycleObserver.cpp
+++ b/Source/core/frame/DOMWindowLifecycleObserver.cpp
@@ -50,9 +50,4 @@ DOMWindowLifecycleObserver::~DOMWindowLifecycleObserver()
{
}
-LocalDOMWindow* DOMWindowLifecycleObserver::window() const
-{
- return static_cast<LocalDOMWindow*>(lifecycleContext());
-}
-
} // namespace blink
« no previous file with comments | « Source/core/frame/DOMWindowLifecycleObserver.h ('k') | Source/modules/gamepad/NavigatorGamepad.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698