Fiddle cosmetics.

This commit is contained in:
brendan@mozilla.org 2007-05-09 13:19:26 -07:00
parent 72fc92b237
commit 8c874696b8
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;