summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/proxyscope.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-10-26 13:16:54 -0400
committerAndrew Morrow <acm@mongodb.com>2015-10-27 08:06:43 -0400
commit0846b801c57f2e824b1aa1d031b7e3286c76c3ce (patch)
tree97db0d8762aa4ecb5384bc1f84012d781bf148fc /src/mongo/scripting/mozjs/proxyscope.cpp
parent1a95eb42b15e2e1ecf905765530cb10c12340d38 (diff)
downloadmongo-0846b801c57f2e824b1aa1d031b7e3286c76c3ce.tar.gz
SERVER-19614 Return to using stdx::thread for JS impl scope
Diffstat (limited to 'src/mongo/scripting/mozjs/proxyscope.cpp')
-rw-r--r--src/mongo/scripting/mozjs/proxyscope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/scripting/mozjs/proxyscope.cpp b/src/mongo/scripting/mozjs/proxyscope.cpp
index 0c171c63635..dba29eaee7d 100644
--- a/src/mongo/scripting/mozjs/proxyscope.cpp
+++ b/src/mongo/scripting/mozjs/proxyscope.cpp
@@ -57,7 +57,7 @@ MozJSProxyScope::MozJSProxyScope(MozJSScriptEngine* engine)
PR_PRIORITY_NORMAL,
PR_LOCAL_THREAD,
PR_JOINABLE_THREAD,
- MozJSImplScope::kMaxStackBytes)) {
+ 0)) {
// Test the child on startup to make sure it's awake and that the
// implementation scope sucessfully constructed.
try {