diff options
Diffstat (limited to 'base/message_loop.cc')
-rw-r--r-- | base/message_loop.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/message_loop.cc b/base/message_loop.cc index eb10ca7..caec847 100644 --- a/base/message_loop.cc +++ b/base/message_loop.cc @@ -78,7 +78,6 @@ static LPTOP_LEVEL_EXCEPTION_FILTER GetTopSEHFilter() { //------------------------------------------------------------------------------ MessageLoop::MessageLoop() -#pragma warning(suppress: 4355) // OK, to use |this| in the initializer list. : timer_manager_(this), nestable_tasks_allowed_(true), exception_restoration_(false), |