Skip to content

Commit

Permalink
fix gtk
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258711 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jam@chromium.org committed Mar 21, 2014
1 parent 6075a82 commit 50c69c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ void ShellWebContentsViewDelegate::OnPasteMenuActivated(GtkWidget* widget) {
}

void ShellWebContentsViewDelegate::OnDeleteMenuActivated(GtkWidget* widget) {
RenderFrameHost* frame = web_contents_->GetFocusedFrame();
if (frame)
frame->Delete();
}
Expand Down

0 comments on commit 50c69c3

Please sign in to comment.