Index: ppapi/proxy/plugin_dispatcher.cc |
diff --git a/ppapi/proxy/plugin_dispatcher.cc b/ppapi/proxy/plugin_dispatcher.cc |
index 137031d9cb251c1d55d3902e06200695da3030a6..0198b6b2a6809a0862d9dd7d30799a6905a8b139 100644 |
--- a/ppapi/proxy/plugin_dispatcher.cc |
+++ b/ppapi/proxy/plugin_dispatcher.cc |
@@ -50,8 +50,7 @@ DispatcherSet* g_live_dispatchers = NULL; |
} // namespace |
InstanceData::InstanceData() |
- : flash_fullscreen(PP_FALSE), |
- is_request_surrounding_text_pending(false), |
+ : is_request_surrounding_text_pending(false), |
should_do_request_surrounding_text(false) { |
} |