Index: third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
diff --git a/third_party/WebKit/Source/core/inspector/DevToolsHost.idl b/third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
index ddddb8efd925978e58440f1a40772252ffefa1ac..096fd64d95edbd662fa4a3d8aa8a74dbbae36249 100644 |
--- a/third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
+++ b/third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
@@ -41,8 +41,6 @@ |
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 sendMessageToEmbedder(DOMString message); |