diff options
Diffstat (limited to 'JavaScriptCore/interpreter/CallFrameClosure.h')
-rw-r--r-- | JavaScriptCore/interpreter/CallFrameClosure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/interpreter/CallFrameClosure.h b/JavaScriptCore/interpreter/CallFrameClosure.h index a301060..9085327 100644 --- a/JavaScriptCore/interpreter/CallFrameClosure.h +++ b/JavaScriptCore/interpreter/CallFrameClosure.h @@ -32,7 +32,7 @@ struct CallFrameClosure { CallFrame* oldCallFrame; CallFrame* newCallFrame; JSFunction* function; - FunctionExecutable* functionExecutable; + FunctionBodyNode* functionBody; JSGlobalData* globalData; Register* oldEnd; ScopeChainNode* scopeChain; |