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

Unified Diff: Source/core/dom/ExecutionContext.cpp

Issue 1009623002: Remove ExecutionContext::lifecycleNotifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/dom/ExecutionContext.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ExecutionContext.cpp
diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp
index 5abde3878489ee2166a8fe0a3988a17fbe8b2a69..457fe167b7ec484b86502467fdc409027a966241 100644
--- a/Source/core/dom/ExecutionContext.cpp
+++ b/Source/core/dom/ExecutionContext.cpp
@@ -201,11 +201,6 @@ KURL ExecutionContext::completeURL(const String& url) const
return virtualCompleteURL(url);
}
-bool ExecutionContext::isIteratingOverObservers() const
-{
- return m_lifecycleNotifier && m_lifecycleNotifier->isIteratingOverObservers();
-}
-
void ExecutionContext::allowWindowInteraction()
{
++m_windowInteractionTokens;
« no previous file with comments | « Source/core/dom/ExecutionContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698