| Index: Source/core/inspector/PageRuntimeAgent.cpp
|
| diff --git a/Source/core/inspector/PageRuntimeAgent.cpp b/Source/core/inspector/PageRuntimeAgent.cpp
|
| index 38eb78a8ae76ab100b0260145cfb0236a50baf08..435cfb8b8bacb87e6a7c84f89256366a8e17901a 100644
|
| --- a/Source/core/inspector/PageRuntimeAgent.cpp
|
| +++ b/Source/core/inspector/PageRuntimeAgent.cpp
|
| @@ -77,7 +77,7 @@ void PageRuntimeAgent::enable(ErrorString* errorString)
|
| reportExecutionContextCreation();
|
| }
|
|
|
| -void PageRuntimeAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
|
| +void PageRuntimeAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
|
| {
|
| m_mainWorldContextCreated = true;
|
|
|
|
|