Fixed a typo (blush)

git-svn-id: svn://10.0.0.236/trunk@4959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp 1998-07-02 23:44:46 +00:00
parent 4612d1aa32
commit 97c6970030

View File

@ -390,7 +390,7 @@ nsCSSInlineFrame::InitialReflow(nsCSSInlineReflowState& aState)
NS_PRECONDITION(nsnull == mNextInFlow, "bad frame-appended-reflow");
NS_PRECONDITION(mLastContentIsComplete == PR_TRUE, "bad state");
nsresult rv = ProcessInitialReflow(aLineLayout.mPresContext);
nsresult rv = ProcessInitialReflow(aState.mPresContext);
if (NS_OK != rv) {
return rv;
}