From 58efdf22ec893cdb4f45605a9c4de2ffa4b1d5c0 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Sat, 5 Jan 2013 11:52:53 -0800 Subject: [PATCH] (no bug) Clarify comment in ConstructFieldSetFrame (and fix typo s/list frame/fieldset frame/). comment-only, DONTBUILD --- layout/base/nsCSSFrameConstructor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index 9357e37fd7c7..cb7829a7b873 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -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;