| Index: Source/core/inspector/InspectorController.h
|
| diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
|
| index 99ab6bd5d996bf12da751642d164553f59459718..cb20342a929932894539e03892ed16efd18fec90 100644
|
| --- a/Source/core/inspector/InspectorController.h
|
| +++ b/Source/core/inspector/InspectorController.h
|
| @@ -84,7 +84,7 @@ public:
|
| void registerModuleAgent(PassOwnPtr<InspectorAgent>);
|
|
|
| void setInspectorFrontendClient(PassOwnPtr<InspectorFrontendClient>);
|
| - void didClearWindowObjectInMainWorld(LocalFrame*);
|
| + void didClearDocumentOfWindowObject(LocalFrame*);
|
| void setInjectedScriptForOrigin(const String& origin, const String& source);
|
|
|
| void dispatchMessageFromFrontend(const String& message);
|
|
|