зеркало из https://github.com/mozilla/gecko-dev.git
Bug 46079. Fix regression I introduced yesterday; NS_LITERAL_STRING() expands to nsAutoString on Linux, so this would assign a compiler temporary to the 'tag' variable.
This commit is contained in:
Родитель
7929424256
Коммит
f0d4936e2e
|
@ -1513,7 +1513,7 @@ RDFXMLDataSourceImpl::SerializeContainer(nsIOutputStream* aStream,
|
|||
nsIRDFResource* aContainer)
|
||||
{
|
||||
nsresult rv;
|
||||
const PRUnichar* tag;
|
||||
nsAutoString tag;
|
||||
|
||||
// Decide if it's a sequence, bag, or alternation, and print the
|
||||
// appropriate tag-open sequence
|
||||
|
|
Загрузка…
Ссылка в новой задаче