зеркало из https://github.com/mozilla/pjs.git
trying to get around string problem
This commit is contained in:
Родитель
aab46f3a3b
Коммит
dc381070e2
|
@ -1023,8 +1023,8 @@ nsDOMSelection::ToString(nsString& aReturn)
|
|||
}
|
||||
|
||||
aReturn += "Anchor is ";
|
||||
long theLong = (long)(nsIDOMNode*)FetchAnchorNode();
|
||||
aReturn.Append(theLong);
|
||||
PRInt32 theInt = (PRInt32)(nsIDOMNode*)FetchAnchorNode();
|
||||
aReturn.Append(theInt);
|
||||
aReturn += ", ";
|
||||
aReturn += FetchAnchorOffset();
|
||||
aReturn += "Focus is";
|
||||
|
|
Загрузка…
Ссылка в новой задаче