Bug 1081010 - Part 1: Fix -Wswitch warning in ipc/chromium. r=tabraldes

This commit is contained in:
Chris Peterson 2014-10-09 23:46:16 -07:00
parent 6ca6944e51
commit d775ad4acf

View File

@ -125,6 +125,9 @@ MessageLoop::MessageLoop(Type type)
pump_ = new mozilla::ipc::MessagePumpForNonMainUIThreads();
return;
#endif
default:
// Create one of Chromium's standard MessageLoop types below.
break;
}
#if defined(OS_WIN)