| Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| index 24451cbdea3753ed4d829a9917689ba218ad7801..12995c7afaaea981c0fab788f29017435ea5fc74 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| @@ -1731,7 +1731,7 @@ void LocationBarViewGtk::PageActionViewGtk::ConnectPageActionAccelerator() {
|
| gtk_accel_group_connect(
|
| accel_group_,
|
| keybinding_->GetGdkKeyCode(),
|
| - keybinding_->gdk_modifier_type(),
|
| + keybinding_->GetGdkModifierType(),
|
| GtkAccelFlags(0),
|
| g_cclosure_new(G_CALLBACK(OnGtkAccelerator), this, NULL));
|
|
|
|
|