| Index: core/inspector/DevToolsHost.idl
|
| diff --git a/core/inspector/DevToolsHost.idl b/core/inspector/DevToolsHost.idl
|
| index d20abb5e224d8e89d5608958540648de6233f2c2..096fd64d95edbd662fa4a3d8aa8a74dbbae36249 100644
|
| --- a/core/inspector/DevToolsHost.idl
|
| +++ b/core/inspector/DevToolsHost.idl
|
| @@ -41,10 +41,7 @@
|
| void copyText(DOMString text);
|
|
|
| [Custom] DOMString platform();
|
| - // FIXME: showContextMenu is here only for old frontends. Remove in M43.
|
| - [Custom] void showContextMenu(MouseEvent event, any items);
|
| [Custom] void showContextMenuAtPoint(float x, float y, any items, optional Document document);
|
| - void sendMessageToBackend(DOMString message);
|
| void sendMessageToEmbedder(DOMString message);
|
|
|
| DOMString getSelectionBackgroundColor();
|
|
|