mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
Undid previous change because it didn't work right (doh)
This commit is contained in:
parent
1bc8c6c12a
commit
d000582645
@ -28,7 +28,7 @@ struct nsStylePosition;
|
||||
// This structure represents a run of text. In mText are the
|
||||
// nsIFrame's that are considered text frames.
|
||||
struct nsCSSTextRun {
|
||||
nsCSSTextRun() : mArray(10) {
|
||||
nsCSSTextRun() {
|
||||
mNext = nsnull;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user