| Index: Source/core/inspector/InspectorFrontendHost.idl
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl
|
| index f764bf24c743cfba3ceb92843843d06203cb9612..f52157277a0e7a0a338f731c0e90832edeaf36a4 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.idl
|
| +++ b/Source/core/inspector/InspectorFrontendHost.idl
|
| @@ -53,6 +53,7 @@
|
| [Custom] DOMString port();
|
| [Custom] void showContextMenu(MouseEvent event, any items);
|
| void sendMessageToBackend(DOMString message);
|
| + void sendMessageToEmbedder(DOMString message);
|
|
|
| [Custom] void recordActionTaken(unsigned long actionCode);
|
| [Custom] void recordPanelShown(unsigned long panelCode);
|
|
|