| Index: chrome/browser/ui/views/location_bar/star_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view.cc b/chrome/browser/ui/views/location_bar/star_view.cc
|
| index 9a926d7db37766a2a2acd37b2adba516526ef24a..28bcf6e5736304eee7527e0c7bef0c4182ac2a39 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/star_view.cc
|
| @@ -57,7 +57,7 @@ bool StarView::OnMousePressed(const views::MouseEvent& event) {
|
| }
|
|
|
| void StarView::OnMouseReleased(const views::MouseEvent& event) {
|
| - if (event.IsOnlyLeftMouseButton() && HitTest(event.location()))
|
| + if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location()))
|
| command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE);
|
| }
|
|
|
|
|