Fix missed review comment from bug 408412

This commit is contained in:
Blake Kaplan 2008-08-04 16:54:16 -07:00
Родитель c1ae312d79
Коммит d42f0d18f7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1192,8 +1192,8 @@ mozJSComponentLoader::GlobalForLocation(nsILocalFile *aComponent,
// The script wasn't in the fastload cache, so compile it now.
LOG(("Slow loading %s\n", nativePath.get()));
// If |exception| is non-null, then our caller wants to propagate any
// exceptions out to our caller. Ensure that the engine doesn't
// If |exception| is non-null, then our caller wants us to propagate
// any exceptions out to our caller. Ensure that the engine doesn't
// eagerly report the exception.
uint32 oldopts = 0;
if (exception) {