| Index: Source/core/dom/ExecutionContext.cpp
 | 
| diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp
 | 
| index 2d44059a37d7fb6f9003a9f92fe7ae04e3eb1e37..e7e379d9a76a0bd35b25b23ff44bd4a33f175b23 100644
 | 
| --- a/Source/core/dom/ExecutionContext.cpp
 | 
| +++ b/Source/core/dom/ExecutionContext.cpp
 | 
| @@ -206,11 +206,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;
 | 
| 
 |