| Index: Source/core/testing/InspectorFrontendClientLocal.h
|
| diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h
|
| index f18fb0ed1196fa4b716e2db9e9fde00e4a4aca0e..1236253a0695c6296375f676ef25b2a55ed5c1ed 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 sendMessageToEmbedder(const String&) OVERRIDE { }
|
|
|
| virtual void requestFileSystems() { }
|
| virtual void addFileSystem() { }
|
|
|