diff options
Diffstat (limited to 'WebKit/chromium/src/InspectorFrontendClientImpl.h')
-rw-r--r-- | WebKit/chromium/src/InspectorFrontendClientImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/chromium/src/InspectorFrontendClientImpl.h b/WebKit/chromium/src/InspectorFrontendClientImpl.h index f869ac3..f7174ce 100644 --- a/WebKit/chromium/src/InspectorFrontendClientImpl.h +++ b/WebKit/chromium/src/InspectorFrontendClientImpl.h @@ -68,6 +68,7 @@ public: virtual void inspectedURLChanged(const WebCore::String&); + virtual void sendMessageToBackend(const WebCore::String&); private: WebCore::Page* m_frontendPage; WebDevToolsFrontendClient* m_client; |