diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/CallLinkInfo.h')
-rw-r--r-- | Source/JavaScriptCore/bytecode/CallLinkInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/bytecode/CallLinkInfo.h b/Source/JavaScriptCore/bytecode/CallLinkInfo.h index 8ec48e4e1..44d50a971 100644 --- a/Source/JavaScriptCore/bytecode/CallLinkInfo.h +++ b/Source/JavaScriptCore/bytecode/CallLinkInfo.h @@ -72,7 +72,7 @@ struct CallLinkInfo : public BasicRawSentinelNode<CallLinkInfo> { WriteBarrier<JSFunction> lastSeenCallee; bool hasSeenShouldRepatch : 1; bool isDFG : 1; - CallType callType : 2; + CallType callType : 6; unsigned bytecodeIndex; bool isLinked() { return callee; } |