| Index: content/browser/renderer_host/render_widget_host_input_event_router.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_input_event_router.cc b/content/browser/renderer_host/render_widget_host_input_event_router.cc
|
| index d6f8de72a29d6d06738e85070b22beba38f57406..cfa6fa015aa6ef5a11f85a97f2a6e471e89abe24 100644
|
| --- a/content/browser/renderer_host/render_widget_host_input_event_router.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_input_event_router.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "content/browser/renderer_host/render_widget_host_input_event_router.h"
|
|
|
| -#include "base/debug/dump_without_crashing.h"
|
| #include "cc/quads/surface_draw_quad.h"
|
| #include "cc/surfaces/surface_id_allocator.h"
|
| #include "cc/surfaces/surface_manager.h"
|
| @@ -291,7 +290,6 @@ void RenderWidgetHostInputEventRouter::RouteTouchscreenGestureEvent(
|
| // TODO(wjmaclean): this only happens on Windows, and should not happen.
|
| // https://crbug.com/595422
|
| touchscreen_gesture_target_.target = nullptr;
|
| - base::debug::DumpWithoutCrashing();
|
| return;
|
| }
|
|
|
|
|