| 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;
|
|
|