| Index: Source/core/dom/ExecutionContext.cpp
|
| diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp
|
| index ed8ee097c7ce7115861750ded98f03aab581ec75..c8a61b7898f848b97aeacbcfcb1aed1bdae2c0d4 100644
|
| --- a/Source/core/dom/ExecutionContext.cpp
|
| +++ b/Source/core/dom/ExecutionContext.cpp
|
| @@ -275,7 +275,7 @@ void ExecutionContext::disableEval(const String& errorMessage)
|
| return m_client->disableEval(errorMessage);
|
| }
|
|
|
| -DOMWindow* ExecutionContext::executingWindow() const
|
| +LocalDOMWindow* ExecutionContext::executingWindow() const
|
| {
|
| RELEASE_ASSERT(m_client);
|
| return m_client->executingWindow();
|
|
|