| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index deeb36980ea601b9648b9c896b15576d4099fcbc..18082773411eda54b321ad46d6fe4fb7fb41b4dc 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -73,6 +73,7 @@ public:
|
| // Called from [Custom] implementations.
|
| void showContextMenu(Event*, const Vector<ContextMenuItem>& items);
|
| void sendMessageToBackend(const String& message);
|
| + void sendMessageToFrontendHost(const String& message);
|
|
|
| String loadResourceSynchronously(const String& url);
|
| String getSelectionBackgroundColor();
|
|
|