(no bug) Clarify comment in ConstructFieldSetFrame (and fix typo s/list frame/fieldset frame/). comment-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2013-01-05 11:52:53 -08:00
Родитель 62132fce09
Коммит 58efdf22ec
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3149,7 +3149,7 @@ nsCSSFrameConstructor::ConstructFieldSetFrame(nsFrameConstructorState& aState,
newFrame->AddStateBits(NS_FRAME_MAY_HAVE_GENERATED_CONTENT);
// our new frame returned is the top frame which is the list frame.
// Our new frame returned is the outer frame, which is the fieldset frame.
*aNewFrame = newFrame;
return NS_OK;