| Index: content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc b/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| index 5715ca74661001f9094e47cf703b766cca449ba1..b51555e7305ddfceadd845596c785851fe4d9a85 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| @@ -124,7 +124,7 @@ int WebMouseEventButtonToFlags(blink::WebMouseEvent::Button button) {
|
| return ui::EF_RIGHT_MOUSE_BUTTON;
|
|
|
| default:
|
| - NOTREACHED();
|
| + break;
|
| }
|
|
|
| return 0;
|
|
|