Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / tab_contents / render_view_context_menu_mac.mm
index 47c4516..48ad6ca 100644 (file)
@@ -50,10 +50,10 @@ NSMenuItem* GetMenuItemByID(ui::MenuModel* model,
 // Relies on the tag being set to the command id.
 
 RenderViewContextMenuMac::RenderViewContextMenuMac(
-    WebContents* web_contents,
+    content::RenderFrameHost* render_frame_host,
     const content::ContextMenuParams& params,
     NSView* parent_view)
-    : RenderViewContextMenu(web_contents, params),
+    : RenderViewContextMenu(render_frame_host, params),
       speech_submenu_model_(this),
       bidi_submenu_model_(this),
       parent_view_(parent_view) {