| Index: Source/core/inspector/InspectorFrontendHost.idl
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl
|
| index c655170d8fc744085664cf2ef26c2ec76480a0d7..008db012738dcab0c9299a01ce802164524161fb 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.idl
|
| +++ b/Source/core/inspector/InspectorFrontendHost.idl
|
| @@ -46,7 +46,7 @@
|
| [Custom] DOMString port();
|
| // 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);
|
| + [Custom] void showContextMenuAtPoint(float x, float y, any items, optional Document document);
|
| void sendMessageToBackend(DOMString message);
|
| void sendMessageToEmbedder(DOMString message);
|
|
|
|
|