зеркало из https://github.com/mozilla/gecko-dev.git
update to sync with string API change
This commit is contained in:
Родитель
049ea93493
Коммит
1826780418
|
@ -1023,11 +1023,11 @@ nsDOMSelection::ToString(nsString& aReturn)
|
|||
}
|
||||
|
||||
aReturn += "Anchor is ";
|
||||
aReturn += (unsigned long)(nsIDOMNode*)FetchAnchorNode();
|
||||
aReturn += (long)(nsIDOMNode*)FetchAnchorNode();
|
||||
aReturn += ", ";
|
||||
aReturn += FetchAnchorOffset();
|
||||
aReturn += "Focus is";
|
||||
aReturn.Append((unsigned long)(nsIDOMNode*)FetchFocusNode(), 16);
|
||||
aReturn.Append((long)(nsIDOMNode*)FetchFocusNode(), 16);
|
||||
aReturn += ", ";
|
||||
aReturn += FetchFocusOffset();
|
||||
aReturn += "\n ... end of selection\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче