Bug 386142 - fix up some comments on nsIFrame::Init. Patchby fantasai <fantasai.bugs@inkedblade.net>, r+sr=roc

This commit is contained in:
jwalden@mit.edu 2007-07-20 12:00:36 -07:00
parent 22a20f481b
commit aed6f06159

View File

@ -421,8 +421,7 @@ public:
* the frame.
*
* If the frame is a continuing frame, then aPrevInFlow indicates the previous
* frame (the frame that was split). You should connect the continuing frame to
* its prev-in-flow, e.g. by using the AppendToFlow() function
* frame (the frame that was split).
*
* If you want a view associated with your frame, you should create the view
* now.
@ -432,7 +431,6 @@ public:
* @param aContentParent the content parent frame
* @param aContext the style context associated with the frame
* @param aPrevInFlow the prev-in-flow frame
* @see #AppendToFlow()
*/
NS_IMETHOD Init(nsIContent* aContent,
nsIFrame* aParent,