Bug 1137523 part 2 - Unprefix a few js_* functions I forgot in part 1. r=bhackett
This commit is contained in:
@@ -27,7 +27,7 @@ namespace jsipc {
|
||||
#define LOG_STACK() \
|
||||
PR_BEGIN_MACRO \
|
||||
if (StackLoggingEnabled()) { \
|
||||
js_DumpBacktrace(cx); \
|
||||
js::DumpBacktrace(cx); \
|
||||
} \
|
||||
PR_END_MACRO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user