Bug 572445 - Bug 552121 broke compilation with --enable-functiontimer turned on; r=vlad

This commit is contained in:
Ehsan Akhgari 2010-06-16 13:01:17 -04:00
Родитель 4973ef2e40
Коммит 9f494e769c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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) {