diff options
Diffstat (limited to 'Source/JavaScriptCore/interpreter/CallFrameClosure.h')
-rw-r--r-- | Source/JavaScriptCore/interpreter/CallFrameClosure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/interpreter/CallFrameClosure.h b/Source/JavaScriptCore/interpreter/CallFrameClosure.h index 010c9655b..7ae1e6fdf 100644 --- a/Source/JavaScriptCore/interpreter/CallFrameClosure.h +++ b/Source/JavaScriptCore/interpreter/CallFrameClosure.h @@ -33,7 +33,7 @@ struct CallFrameClosure { CallFrame* newCallFrame; JSFunction* function; FunctionExecutable* functionExecutable; - JSGlobalData* globalData; + VM* vm; JSScope* scope; int parameterCountIncludingThis; int argumentCountIncludingThis; |