Fixed a typo (blush)
git-svn-id: svn://10.0.0.236/trunk@4959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4612d1aa32
commit
97c6970030
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user