| Index: public/web/WebDevToolsAgentClient.h
|
| diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h
|
| index e7554a4f6002e117455e990e45712e6e52258c08..ea514f42ca36b47e82b9c4135f38a2c713f0ac45 100644
|
| --- a/public/web/WebDevToolsAgentClient.h
|
| +++ b/public/web/WebDevToolsAgentClient.h
|
| @@ -60,6 +60,8 @@ public:
|
| virtual void quitNow() = 0;
|
| };
|
| virtual WebKitClientMessageLoop* createClientMessageLoop() { return 0; }
|
| + virtual void willEnterDebugLoop() { }
|
| + virtual void didExitDebugLoop() { }
|
|
|
| class AllocatedObjectVisitor {
|
| public:
|
|
|