diff --git a/mozilla/layout/html/base/src/nsIHTMLReflow.h b/mozilla/layout/html/base/src/nsIHTMLReflow.h index 3d3e1f5343d..7d69323a2cf 100644 --- a/mozilla/layout/html/base/src/nsIHTMLReflow.h +++ b/mozilla/layout/html/base/src/nsIHTMLReflow.h @@ -311,6 +311,8 @@ protected: computedWidth = computedHeight = 0; frameType = DetermineFrameType(frame); InitConstraints(aPresContext); + mAlignCharOffset = 0; + mUseAlignCharOffset = 0; } void InitConstraints(nsIPresContext& aPresContext);