mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 338368: fix uninitialized variable used in nsTextFrame::PaintAsciiText, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=roc
This commit is contained in:
parent
790805a4e0
commit
0d29551cd2
@ -3930,7 +3930,7 @@ nsTextFrame::PaintAsciiText(nsPresContext* aPresContext,
|
||||
aPresContext, aTextStyle, dx, dy, width);
|
||||
}
|
||||
else {
|
||||
SelectionDetails *details;
|
||||
SelectionDetails *details = nsnull;
|
||||
nsCOMPtr<nsIContent> content;
|
||||
PRInt32 offset;
|
||||
PRInt32 length;
|
||||
|
Loading…
Reference in New Issue
Block a user