зеркало из https://github.com/mozilla/gecko-dev.git
Bug 572445 - Bug 552121 broke compilation with --enable-functiontimer turned on; r=vlad
This commit is contained in:
Родитель
4973ef2e40
Коммит
9f494e769c
|
@ -770,10 +770,10 @@ mozJSComponentLoader::LoadModuleImpl(nsILocalFile* aSourceFile,
|
|||
nsresult rv;
|
||||
|
||||
#ifdef NS_FUNCTION_TIMER
|
||||
nsAutoString path__(NS_LITERAL_STRING("N/A"));
|
||||
aComponentFile->GetPath(path__);
|
||||
nsCAutoString spec__("N/A");
|
||||
aComponentURI->GetSpec(spec__);
|
||||
NS_TIME_FUNCTION_FMT("%s (line %d) (file: %s)", MOZ_FUNCTION_NAME,
|
||||
__LINE__, nsPromiseFlatCString(NS_LossyConvertUTF16toASCII(path__)).BeginReading());
|
||||
__LINE__, spec__.get());
|
||||
#endif
|
||||
|
||||
if (!mInitialized) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче