Index: Source/web/WebDevToolsAgentImpl.h |
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h |
index 7eca26554656db158ec16c64b6792d548dad1578..2cc39610951fd954533f177ac89dec2d32a5c89c 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; |