| Index: Source/core/inspector/PageRuntimeAgent.h
|
| diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h
|
| index 388d0afde33a16be9316db86dd9f3fcc5dcef5b8..06d3a0fb473532322e70a36b4904f454bff43a8f 100644
|
| --- a/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -51,7 +51,7 @@ public:
|
| virtual void init() OVERRIDE;
|
| virtual void enable(ErrorString*) OVERRIDE;
|
|
|
| - void didClearWindowObjectInMainWorld(LocalFrame*);
|
| + void didClearDocumentOfWindowObject(LocalFrame*);
|
| void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
|
| void frameWindowDiscarded(DOMWindow*);
|
|
|
|
|