mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Bug 411365. Shark functions. r/sr=brendan
This commit is contained in:
parent
6a4ca5740f
commit
88dbacb40b
@ -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}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user