mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Fix for Bug# 8229.
This commit is contained in:
parent
4cd9667374
commit
e5798a9618
@ -644,7 +644,7 @@ nsresult WriteText(const nsString& aTextString,nsIContentSink& aSink,PRBool aPre
|
||||
}
|
||||
theSpaces+=8;
|
||||
theOffset++;
|
||||
theTextOffset=theOffset+1;
|
||||
theTextOffset=theOffset;
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -644,7 +644,7 @@ nsresult WriteText(const nsString& aTextString,nsIContentSink& aSink,PRBool aPre
|
||||
}
|
||||
theSpaces+=8;
|
||||
theOffset++;
|
||||
theTextOffset=theOffset+1;
|
||||
theTextOffset=theOffset;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user