Fiddle cosmetics.

git-svn-id: svn://10.0.0.236/trunk@226207 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org 2007-05-09 20:19:26 +00:00
parent 7e886e1d93
commit d45bb69357
2 changed files with 3 additions and 2 deletions

View File

@ -4934,7 +4934,7 @@ JS_RestoreFrameChain(JSContext *cx, JSStackFrame *fp)
if (!fp)
return;
JS_ASSERT(cx->dormantFrameChain == fp);
JS_ASSERT(fp == cx->dormantFrameChain);
cx->fp = fp;
cx->dormantFrameChain = fp->dormantNext;
fp->dormantNext = NULL;

View File

@ -1106,7 +1106,8 @@ js_InitExceptionClasses(JSContext *cx, JSObject *obj)
}
const JSErrorFormatString*
js_GetLocalizedErrorMessage(JSContext* cx, void *userRef, const char *locale, const uintN errorNumber)
js_GetLocalizedErrorMessage(JSContext* cx, void *userRef, const char *locale,
const uintN errorNumber)
{
const JSErrorFormatString *errorString = NULL;