| Index: Source/core/inspector/InspectorController.cpp
|
| diff --git a/Source/core/inspector/InspectorController.cpp b/Source/core/inspector/InspectorController.cpp
|
| index c07bef81b62f186922f4fd29fb7543145690ee50..93fb08161d9b11297b7ebe9a75bff565b149ca3f 100644
|
| --- a/Source/core/inspector/InspectorController.cpp
|
| +++ b/Source/core/inspector/InspectorController.cpp
|
| @@ -199,7 +199,7 @@ void InspectorController::setInspectorFrontendClient(PassOwnPtr<InspectorFronten
|
| m_inspectorFrontendClient = inspectorFrontendClient;
|
| }
|
|
|
| -void InspectorController::didClearWindowObjectInMainWorld(LocalFrame* frame)
|
| +void InspectorController::didClearDocumentOfWindowObject(LocalFrame* frame)
|
| {
|
| // If the page is supposed to serve as InspectorFrontend notify inspector frontend
|
| // client that it's cleared so that the client can expose inspector bindings.
|
|
|