| Index: third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| diff --git a/third_party/WebCore/inspector/InspectorFrontendHost.idl b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| index 3a63c09aabdc0e0955f17f49c306cee26d25d985..a3ba8df806475dce6388cfbd14180718678e63f7 100644
|
| --- a/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| +++ b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| @@ -59,7 +59,7 @@
|
|
|
| [Custom] DOMString platform();
|
| [Custom] DOMString port();
|
| - [Custom] void showContextMenu(in MouseEvent event, in DOMObject items);
|
| + [Custom] void showContextMenu(in MouseEvent event, in any items);
|
| void sendMessageToBackend(in DOMString message);
|
|
|
| [Custom] void recordActionTaken(in unsigned long actionCode);
|
|
|