| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| index 0b4ac8810a0b21a1bf236150a33de3b59e9640c4..dcf42475ce7723add5e3f6d31b9f63143d3fe475 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -230,7 +230,7 @@ bool AutofillPopupControllerImpl::HandleKeyPressEvent(
|
| Hide();
|
| return true;
|
| case ui::VKEY_DELETE:
|
| - return (event.modifiers & content::NativeWebKeyboardEvent::ShiftKey) &&
|
| + return (event.modifiers() & content::NativeWebKeyboardEvent::ShiftKey) &&
|
| RemoveSelectedLine();
|
| case ui::VKEY_TAB:
|
| // A tab press should cause the selected line to be accepted, but still
|
|
|