Bug 898914 (part 1) - Remove JSBool.

This commit is contained in:
Nicholas Nethercote
2013-08-08 15:53:04 -07:00
parent 9341ae9918
commit f7d6f07d24
229 changed files with 3043 additions and 2728 deletions

View File

@@ -109,9 +109,9 @@ _scriptObFromJSDScriptPtr( ExecEnv* ee, JSDScript* jsdscript )
/***************************************************************************/
void
_scriptHook( JSDContext* jsdc,
_scriptHook( JSDContext* jsdc,
JSDScript* jsdscript,
JSBool creating,
bool creating,
void* callerdata )
{
Hnetscape_jsdebug_Script* script;
@@ -430,7 +430,7 @@ struct Hjava_lang_String *netscape_jsdebug_DebugController_executeScriptInStackF
char* srcC;
JSString* jsstr;
jsval rval;
JSBool success;
bool success;
int srclen;
threadStateOb = (struct Hnetscape_jsdebug_JSThreadState*)unhand(frame)->threadState;