| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index 3840b00fa3586470f03722420e7354b1fdd2be24..91ef8a23cf5f024f5b5967a3da95b01f2cb75576 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -80,7 +80,7 @@ bool ContentSettingBubbleContents::Favicon::OnMousePressed(
|
| void ContentSettingBubbleContents::Favicon::OnMouseReleased(
|
| const views::MouseEvent& event) {
|
| if ((event.IsLeftMouseButton() || event.IsMiddleMouseButton()) &&
|
| - HitTest(event.location())) {
|
| + HitTestPoint(event.location())) {
|
| parent_->LinkClicked(link_, event.flags());
|
| }
|
| }
|
|
|