| 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 457232655b3bb01c8bae6fa2ead245be52a7229a..dd33d6c61fe71b8a1fb39ef0e9607d3f8d0caeb4 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| @@ -65,6 +65,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*);
|
|
|
|
|