зеркало из https://github.com/mozilla/pjs.git
Bug 390212. Extra backslash in object attribute name xml-roles. r=surkov, a=dsicore
This commit is contained in:
Родитель
a5a4be4e4e
Коммит
343540dac8
|
@ -1402,7 +1402,7 @@ nsAccessibleWrap::get_attributes(BSTR *aAttributes)
|
|||
|
||||
offset = 0;
|
||||
while ((offset = value.FindCharInSet(kCharsToEscape, offset)) != kNotFound) {
|
||||
name.Insert('\\', offset);
|
||||
value.Insert('\\', offset);
|
||||
offset += 2;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче