Bug 784739 - Switch from NULL to nullptr in js/jsd/; r=ehsan

This commit is contained in:
Birunthan Mohanathas
2013-09-19 15:26:36 -04:00
parent 49598e3eb0
commit 829cc862b9
16 changed files with 275 additions and 269 deletions

View File

@@ -18,7 +18,7 @@ JSD_DebuggerOnForUser(JSRuntime* jsrt,
JSD_UserCallbacks* callbacks,
void* user)
{
return jsd_DebuggerOnForUser(jsrt, callbacks, user, NULL);
return jsd_DebuggerOnForUser(jsrt, callbacks, user, nullptr);
}
JSD_PUBLIC_API(JSDContext*)