Index: content/public/browser/web_contents_unresponsive_state.cc |
diff --git a/content/public/browser/web_contents_unresponsive_state.cc b/content/public/browser/web_contents_unresponsive_state.cc |
index 8a977803e8d661cc49f1fc184d607c949b7b5027..e78be6f12850be44f0487298a1c813df09a6ac0e 100644 |
--- a/content/public/browser/web_contents_unresponsive_state.cc |
+++ b/content/public/browser/web_contents_unresponsive_state.cc |
@@ -7,8 +7,7 @@ |
namespace content { |
WebContentsUnresponsiveState::WebContentsUnresponsiveState() |
- : reason(RendererUnresponsiveType::RENDERER_UNRESPONSIVE_UNKNOWN), |
- outstanding_ack_count(0), |
+ : outstanding_ack_count(0), |
last_event_type(blink::WebInputEvent::Undefined) {} |
} // namespace content |