| Index: content/browser/browser_plugin/browser_plugin_embedder.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| index 76e2446effbc6c69c564852bd361793f1105d7b8..c558b8f9b1f2c44df5f95ffa57e5306a8cad974b 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| @@ -174,7 +174,7 @@ void BrowserPluginEmbedder::OnAttach(
|
| bool BrowserPluginEmbedder::HandleKeyboardEvent(
|
| const NativeWebKeyboardEvent& event) {
|
| if ((event.windowsKeyCode != ui::VKEY_ESCAPE) ||
|
| - (event.modifiers & blink::WebInputEvent::InputModifiers)) {
|
| + (event.modifiers() & blink::WebInputEvent::InputModifiers)) {
|
| return false;
|
| }
|
|
|
|
|