Bug 1137523 part 2 - Unprefix a few js_* functions I forgot in part 1. r=bhackett

This commit is contained in:
Jan de Mooij
2015-03-03 09:33:22 +01:00
parent aa40e56f26
commit a3c48deed7
20 changed files with 128 additions and 84 deletions

View File

@@ -27,7 +27,7 @@ namespace jsipc {
#define LOG_STACK() \
PR_BEGIN_MACRO \
if (StackLoggingEnabled()) { \
js_DumpBacktrace(cx); \
js::DumpBacktrace(cx); \
} \
PR_END_MACRO