зеркало из https://github.com/mozilla/gecko-dev.git
Bug 660526 Remove useless use of PromiseFlatCString r=sayrer
This commit is contained in:
Родитель
e8b73e990b
Коммит
532200a150
|
@ -1359,7 +1359,7 @@ mozJSComponentLoader::ImportInto(const nsACString & aLocation,
|
|||
logBuffer.Append(bytes.ptr());
|
||||
logBuffer.AppendLiteral(" ");
|
||||
if (i == symbolCount - 1) {
|
||||
LOG(("%s] from %s\n", PromiseFlatCString(logBuffer).get(),
|
||||
LOG(("%s] from %s\n", logBuffer.get(),
|
||||
PromiseFlatCString(aLocation).get()));
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче