Bug 411365. Shark functions. r/sr=brendan

This commit is contained in:
sayrer@gmail.com 2008-01-21 22:37:53 -08:00
parent 6a4ca5740f
commit 88dbacb40b

View File

@ -431,10 +431,10 @@ static JSFunctionSpec glob_functions[] = {
{"dumpHeap", DumpHeap, 5,0,0},
#endif
#ifdef MOZ_SHARK
{"startShark", StartShark, 0,0,0},
{"stopShark", StopShark, 0,0,0},
{"connectShark", ConnectShark, 0,0,0},
{"disconnectShark", DisconnectShark,0,0,0},
{"startShark", js_StartShark, 0,0,0},
{"stopShark", js_StopShark, 0,0,0},
{"connectShark", js_ConnectShark, 0,0,0},
{"disconnectShark", js_DisconnectShark, 0,0,0},
#endif
{nsnull,nsnull,0,0,0}
};