| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index 3cff2edce4dad2226af461f89852c2f1ff75f22d..8a296b4603491ef65e417d9d34f2e110be090921 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -77,6 +77,8 @@ public:
|
| WebDevToolsAgentImpl(WebViewImpl* webViewImpl, WebDevToolsAgentClient* client);
|
| virtual ~WebDevToolsAgentImpl();
|
|
|
| + WebDevToolsAgentClient* client() { return m_client; }
|
| +
|
| // WebDevToolsAgentPrivate implementation.
|
| virtual void didCreateScriptContext(WebLocalFrameImpl*, int worldId) OVERRIDE;
|
| virtual void webViewResized(const WebSize&) OVERRIDE;
|
|
|