Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
=================================================================== |
--- chrome/browser/ui/views/location_bar/location_bar_view.cc (revision 88218) |
+++ chrome/browser/ui/views/location_bar/location_bar_view.cc (working copy) |
@@ -394,7 +394,7 @@ |
gfx::Point origin(screen_bounds.origin()); |
views::View::ConvertPointToScreen(star_view_, &origin); |
screen_bounds.set_origin(origin); |
- browser::ShowBookmarkBubbleView(GetWindow(), screen_bounds, star_view_, |
+ browser::ShowBookmarkBubbleView(GetWidget(), screen_bounds, star_view_, |
profile_, url, newly_bookmarked); |
} |