| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| index 343d364acf71b2bb3aae6fc0427fe97808643270..9f07dc6e505852cf4f29284b0ecc97d3d0e64f36 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| @@ -64,6 +64,7 @@ public:
|
| bool isWorker() override { return false; }
|
| void setClientMessageLoop(PassOwnPtr<ClientMessageLoop>);
|
| int contextGroupId(LocalFrame*);
|
| + void didClearContextsForFrame(LocalFrame*);
|
| void contextCreated(ScriptState*, LocalFrame*, SecurityOrigin*);
|
| void contextWillBeDestroyed(ScriptState*);
|
|
|
|
|