summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/interpreter/CallFrameClosure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/interpreter/CallFrameClosure.h')
-rw-r--r--Source/JavaScriptCore/interpreter/CallFrameClosure.h2
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;