diff options
Diffstat (limited to 'JavaScriptCore/bytecode/CodeBlock.h')
-rw-r--r-- | JavaScriptCore/bytecode/CodeBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/bytecode/CodeBlock.h b/JavaScriptCore/bytecode/CodeBlock.h index e5da2b2..27e56c6 100644 --- a/JavaScriptCore/bytecode/CodeBlock.h +++ b/JavaScriptCore/bytecode/CodeBlock.h @@ -97,7 +97,7 @@ namespace JSC { // thrown by these instances op_get_by_id need to reflect this. struct GetByIdExceptionInfo { unsigned bytecodeOffset : 31; - bool isOpConstruct : 1; + bool isOpCreateThis : 1; }; #if ENABLE(JIT) |