| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 2ab1107e632262f1d0588303895265bdceae1a17..5d340d3ead0549f559e59e59626358f0ab04176e 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -118,7 +118,7 @@ public:
|
| virtual void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) OVERRIDE;
|
|
|
| // InspectorInstrumentation API
|
| - void didClearWindowObjectInMainWorld(LocalFrame*);
|
| + void didClearDocumentOfWindowObject(LocalFrame*);
|
| void domContentLoadedEventFired(LocalFrame*);
|
| void loadEventFired(LocalFrame*);
|
| void didCommitLoad(LocalFrame*, DocumentLoader*);
|
|
|