Index: Source/core/testing/InspectorFrontendClientLocal.h |
diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h |
index f18fb0ed1196fa4b716e2db9e9fde00e4a4aca0e..3da7d12cca81dd3d5e3ca254429e6cb4db777134 100644 |
--- a/Source/core/testing/InspectorFrontendClientLocal.h |
+++ b/Source/core/testing/InspectorFrontendClientLocal.h |
@@ -69,6 +69,7 @@ public: |
virtual void inspectedURLChanged(const String&) OVERRIDE { } |
virtual void sendMessageToBackend(const String& message); |
+ virtual void sendMessageToFrontendHost(const String&) OVERRIDE { } |
virtual void requestFileSystems() { } |
virtual void addFileSystem() { } |