diff --git a/src/3rdparty/javascriptcore/runtime/JSGlobalObject.h b/src/3rdparty/javascriptcore/runtime/JSGlobalObject.h index 229f4577f..36662eb77 100644 --- a/src/3rdparty/javascriptcore/runtime/JSGlobalObject.h +++ b/src/3rdparty/javascriptcore/runtime/JSGlobalObject.h @@ -71,6 +71,7 @@ namespace JSC { , prev(0) , debugger(0) , globalScopeChain(NoScopeChain()) + , recursion(0) , regExpConstructor(0) , errorConstructor(0) , evalErrorConstructor(0)