Bug 822025 - nsCSSFrameConstructor.cpp:9752:7: warning: variable 'wrapperType' is used uninitialized whenever switch default is taken. r=bz.

This commit is contained in:
Jonathan Watt 2012-11-27 11:49:01 +00:00
parent d599a1c9c4
commit d2dbf348b9

View File

@ -9757,7 +9757,7 @@ nsCSSFrameConstructor::CreateNeededTablePseudos(nsFrameConstructorState& aState,
eTypeColGroup : eTypeRowGroup;
break;
default:
NS_NOTREACHED("Colgroups should be suppresing non-col child items");
MOZ_NOT_REACHED("Colgroups should be suppresing non-col child items");
break;
}